RE: [stella] Robot City v0.18

Subject: RE: [stella] Robot City v0.18
From: Thomas Jentzsch <tjentzsch@xxxxxx>
Date: Mon, 02 Sep 2002 10:15:01 +0200
Dennis Debro wrote:
>I'm getting an error too (probably the same one). DASM doesn't 
>like the SLEEP 3 on line 521. I don't understand macros to 
>well yet so...

That macro is used here to waste 3 cycles. I wrote that macro 
to make it easier to adjust the timing of my kernels. And 
something like SLEEP 7 is easier to read as two NOPs and a BIT. 

You can replace SLEEP 3 with eg. BIT $00 (and SLEEP 4 with two 
NOPs).

What DASM version are you using?

Have fun!	
Thomas


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


Current Thread