[A83] Re: moving sprites
[Prev][Next][Index][Thread]
[A83] Re: moving sprites
I thought you did something like this:
call abc
call abc2
abc:
push af
push bc
push de
push hl
ret
abc2:
pop af
pop bc
pop de
pop hl
ret
Next time I'll read better ;-)
> okay.. the only bug was that I forgot the ret...
>
> popem:
> pop ix
> pop hl
> pop de
> pop bc
> pop af
> RET ;forgot this
>
> yeah.. that's what happens when you write code in a hotmail message box :P
>
>
> _________________________________________________________________
> Join the world's largest e-mail service with MSN Hotmail.
> http://www.hotmail.com
>
>
References: