1
0
mirror of https://github.com/mgcaret/of816.git synced 2024-06-07 05:29:30 +00:00

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

View File

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