From 35f421474969fcc385fc61b14501efcdc2688ae2 Mon Sep 17 00:00:00 2001 From: mgcaret Date: Fri, 27 Dec 2019 15:07:51 -0800 Subject: [PATCH] GoSXB: make emulator exit when BYE is executed --- platforms/GoSXB/GoSXB.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platforms/GoSXB/GoSXB.s b/platforms/GoSXB/GoSXB.s index 23c7e30..1251467 100644 --- a/platforms/GoSXB/GoSXB.s +++ b/platforms/GoSXB/GoSXB.s @@ -34,7 +34,7 @@ pha jsl _Forth_initialize jsl _Forth_ui - brk - .byte $00 + wdm $FF ; exit GoSXB + brk $00 .endproc .popseg