Re: [stella] Outlaw is driving me nuts / code

Subject: Re: [stella] Outlaw is driving me nuts / code
From: "Roger Williams" <localroger@xxxxxxxxxxx>
Date: Sat, 08 Sep 2001 15:47:30 -0500
For example, what do you think about this:

LDY #$01
STY tempVar
TXA
EOR tempVar
TAY

Couldn't he just do

TXA
EOR #$01
TAY

as any normal coder would do?!?

You will probably find a jump to the STY tempVar instruction somewhere which sets Y to a value other than 1. You see a lot of stuff like that in this kind of spaghetti code.

--Roger

P.S. My last few replies don't seem to have posted, so this is
also a test.


_________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp


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

Current Thread