Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/nesasm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source/command.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/command.c b/source/command.c
index b4f811e..0253030 100644
--- a/source/command.c
+++ b/source/command.c
@@ -420,7 +420,6 @@ do_str(int *ip)
}
if (str_len > 0) {
- printf("pos: %d length: %d\n", loccnt, str_len);
putbyte(loccnt, str_len);
loccnt++;
}