Re: [stella] Loops with two counters

Subject: Re: [stella] Loops with two counters
From: Thomas Jentzsch <tjentzsch@xxxxxx>
Date: Thu, 7 Jul 2005 16:13:03 -0400
Bob Montgomery wrote:
> here's a bigger snippet:

> Kernel1Loopa
>    SLEEP 4            ;+4   63
> Kernel1Loopb
>    ;---display a bunch of stuff for 61 cycles

>   dey                 ;+2   50

>   tya                 ;+2   52
>   cmp BlockChange,X   ;+4   56
>   bne Kernel1Loopa    ;+2   58
>   dex                 ;+2   60
>   bpl Kernel1Loopb    ;+3   63

That code looks familiar. :-)

But IIRC we recently had a discussion about this at AA (PoP!).

Have fun!
Thomas                            
_______________________________________________________
Thomas Jentzsch         | *** Every bit is sacred ! ***
tjentzsch at web dot de |

Archives (includes files) at http://www.biglist.com/lists/stella/archives/
Unsub & more at http://stella.biglist.com

Current Thread