Re: Re: [stella] Fortitude I Quadraside

Subject: Re: Re: [stella] Fortitude I Quadraside
From: Manuel Polik <cybergoth@xxxxxxxx>
Date: Wed, 09 Jul 2003 08:45:08 +0200
Hi Christopher!

So, you're doing this twice

>      lda #1                ;2
>      adc #0                ;2
>      sta ENAM0             ;3

That is 14 cycles.

Replacing that with the oldfashioned

LDX #WHATWASTHEVALUEAGAIN	;2
TXS					;2

plus 2 PHP 			;3

is only 10 cycles. Of course screwing that in will ruin 
all your current timings... again. ;-)

Greetings,
	Manuel

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


Current Thread