diff --git a/6.out b/6.out index 3e7e319..c341853 100755 Binary files a/6.out and b/6.out differ diff --git a/scemu.6 b/scemu.6 index 32431cf..ffc6981 100644 Binary files a/scemu.6 and b/scemu.6 differ diff --git a/scemu.c b/scemu.c index 94787d4..bd0f26f 100644 --- a/scemu.c +++ b/scemu.c @@ -74,7 +74,6 @@ main(int argc, char **argv) if(prog == nil) sysfatal("bad program: %r"); memmove(mem+0x8000, prog, progsiz); - strcpy((s8int*)mem+0x400, "HELLO WORLD\nI HAVE (bad) NEWS FOR YOU!\nI AM HERE"); rP = 0x34; pc = 0xFFFC; pc = fetch16();