0 Members and 1 Guest are viewing this topic.
call selfself: pop hl
ld hl, $E9E1 ;pop hl \ jp (hl) ld (appBackUpScreen), hl call appBackUpScreenhere:
di call $000Fhere: dec sp dec sp pop hl
di rst 20hhere: dec sp dec sp pop hl
It is a problem for me because if I want to add some ASM Code in an Axe Programm with the Asm() command, I don't really know where the ASM code is stored.
There is no "push pc". The "call $+3 \ pop hl" will work, though. (But just to reiterate, it's not relocatable, which probably isn't a problem for you.)