Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PRINT AT 23,0 and FOR NEXT Loop not working after Fastcall
#6
I think the order of the stack instructions is not right. Try this one:

Code:
PUSH IX
LD (SavedSP),SP
...
CALL 15357                  ;TR-DOS v4 #3BFD = 15357 dez
LD SP,(SavedSP)
POP IX
RET

Try this and tell me. :roll:
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)