slight optimize

This commit is contained in:
~d6 2022-04-09 19:02:23 -04:00
parent 1b9aeeccc2
commit c4fb438322
1 changed files with 2 additions and 2 deletions

View File

@ -91,8 +91,8 @@
( the interpreter to halt. )
@error!! ( msg* -> )
LIT '! emit! space
&loop LDAk ,&continue JCN ,&done JMP
&continue LDAk emit! INC2 ,&loop JMP
&loop LDAk #00 EQU ,&done JCN
LDAk emit! INC2 ,&loop JMP
&done POP2 newline #010f DEO BRK
( error messages )