From e093aba79dd1ed88cb490b7cd69c81f0b14bea11 Mon Sep 17 00:00:00 2001 From: mrb0nk500 Date: Sun, 19 Apr 2020 13:31:49 -0400 Subject: Removed most of the commented code, and optimized the emulator some more. I optimized the emulator by replacing the main loop from a conditional while loop, to an unconditional for loop. --- programs/subeditor.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'programs/subeditor.s') diff --git a/programs/subeditor.s b/programs/subeditor.s index fddc729..8eec46a 100644 --- a/programs/subeditor.s +++ b/programs/subeditor.s @@ -1179,5 +1179,5 @@ rdrwln_done: .org $FFC0 .qword reset a -done +d -- cgit v1.2.3-13-gbd6f