[A83] Re: ex af,af'
[Prev][Next][Index][Thread]
[A83] Re: ex af,af'
Either your function is being called recursively, or interrupts are not
disabled.
Another possibility is that on key interrupts might occur even if interrupts
are disabled.
> excluding the fact that the value in af' gets lost? As interrupts are =
> disabled, I figured that the latter could work just like the first one, =
> but I was mistaken. If I use the ex af,af' method of preserving a, the =
> rle decoding routine that it is part of decodes the image erroneously =
> SOMETIMES. The decoder's function gets unreliable. How can this be?
References: