Closed zu2 closed 4 weeks ago
testcrt0_6800.s was not unwinding the stack, which caused wtest/input010.c to fail.
--- ../Fuzix-Compiler-Kit/test/testcrt0_6800.s 2024-10-13 22:57:57
+++ test/testcrt0_6800.s 2024-10-27 13:08:02
@@ -48,11 +48,21 @@
ldaa 2,x
staa $fefc
stab $fefc+1
- rts
+ ldx 0,x
+ ins
+ ins
+ ins
+ ins
+ jmp 0,x
.export _printchar
_printchar:
tsx
ldab 3,x
stab $FEFE
- rts
+ ldx 0,x
+ ins
+ ins
+ ins
+ ins
+ jmp 0,x
Thanks
onetest6800
runtest6800