Re: [stella] An Efficient Waste Of Time

Subject: Re: [stella] An Efficient Waste Of Time
From: Manuel Polik <cybergoth@xxxxxxxx>
Date: Fri, 18 Oct 2002 00:51:55 +0200
Hi Christopher!

>8 Cycles and more - combinations of the above, or loop.

Yours sound ok so far. Here's another one:

12 cycles (3Bytes):

JSR AnyRTS

14 cycles and more 

- jsr to any subroutine point wasting the desired # of 
cycles without destroying other data.

Or do something like:

...
Waste16
	NOP
Waste14
	NOP
Waste12
     RTS

...you get the idea :-)

Greetings,
	Manuel

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


Current Thread