Re: [stella] Usefull illegal opcodes (part 2: NOP)

Subject: Re: [stella] Usefull illegal opcodes (part 2: NOP)
From: Manuel Polik <manuel.polik@xxxxxxxxxxx>
Date: Tue, 06 Mar 2001 13:47:57 +0100
Ruffin Bailey wrote:

> What does "ABS" mean?  I apologize in advance if that's painfully obvious
> and I'm missing it.

ABS, in this case, stands for 'absolut adressed', that means it's
adressed with 2 bytes, so it's skipping the following LDA with doing a
totally useless 3-byte BIT operation. And that is the trick. Saves
memory, wastes cycles :-)

Greetings,
	Manuel

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

Current Thread