From 460832c13c9d476d71e626a0c42de4eeff3feb63 Mon Sep 17 00:00:00 2001 From: mrb0nk500 Date: Thu, 11 Jun 2020 21:39:59 -0400 Subject: Did some more stuff. - Fix some bugs with strings. - Started to refactor the instruction functions. - Added support for using RS prefixes on the memory based increment, and decrement instructions. - Started work on SuBAsm's lexer. Have fun looking at this, BieHDC. :) --- asmmon.c | 1 - 1 file changed, 1 deletion(-) (limited to 'asmmon.c') diff --git a/asmmon.c b/asmmon.c index 585d443..9f1b511 100644 --- a/asmmon.c +++ b/asmmon.c @@ -470,7 +470,6 @@ int asmmon(const char *fn) { return 2; } printf("Including %s\n", string[incl[inc_count++]]); - inc_count++; } if (!isinclude) { puts("Finished assembling."); -- cgit v1.2.3-13-gbd6f