From 4ed07ca38b99abdca750c6612c512f30965f1714 Mon Sep 17 00:00:00 2001 From: mrb0nk500 Date: Sun, 30 Aug 2020 12:44:21 -0400 Subject: - Did some more work on SuBAsm's lexer. - Optimized the memory read, and write functions. - Made the emulator faster, and cleaner in general. --- test/nop.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/nop.s') diff --git a/test/nop.s b/test/nop.s index 8fbb14f..8d0d75d 100644 --- a/test/nop.s +++ b/test/nop.s @@ -7,6 +7,6 @@ nop_loop: nop nop nop - jmp nop_loop + bra nop_loop a done -- cgit v1.2.3-13-gbd6f