GoSXB: make emulator exit when BYE is executed

This commit is contained in:
mgcaret 2019-12-27 15:07:51 -08:00
parent 547c7f8bf6
commit 35f4214749
1 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@
pha pha
jsl _Forth_initialize jsl _Forth_initialize
jsl _Forth_ui jsl _Forth_ui
brk wdm $FF ; exit GoSXB
.byte $00 brk $00
.endproc .endproc
.popseg .popseg