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
jsl _Forth_initialize
jsl _Forth_ui
brk
.byte $00
wdm $FF ; exit GoSXB
brk $00
.endproc
.popseg