[A83] Re: cant get code to work


[Prev][Next][Index][Thread]

[A83] Re: cant get code to work




Here's the problem:

>     push bc
>     push hl
...
>     ret


You pushed without popping.  Ret uses the same stack as push and pop.

_________________________________________________________________
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx




Follow-Ups: