2016-06-13, 08:08 AM
I think the order of the stack instructions is not right. Try this one:
Try this and tell me. :roll:
Code:
PUSH IX
LD (SavedSP),SP
...
CALL 15357 ;TR-DOS v4 #3BFD = 15357 dez
LD SP,(SavedSP)
POP IX
RETTry this and tell me. :roll:

