diff options
author | mrb0nk500 <b0nk@b0nk.xyz> | 2020-04-19 13:31:49 -0400 |
---|---|---|
committer | mrb0nk500 <b0nk@b0nk.xyz> | 2020-04-19 13:31:49 -0400 |
commit | e093aba79dd1ed88cb490b7cd69c81f0b14bea11 (patch) | |
tree | 7c37fe806b5e6fa7f82edcf2379cf4a424fa0c19 /programs | |
parent | 0a7a2a7a8f95730811117bd2aa904f1843f65071 (diff) |
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.
Diffstat (limited to 'programs')
-rw-r--r-- | programs/subeditor.s | 2 |
1 files changed, 1 insertions, 1 deletions
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 |