Re: [stella] Climber5 source and binary

Subject: Re: [stella] Climber5 source and binary
From: Thomas Jentzsch <tjentzsch@xxxxxx>
Date: Thu, 17 Apr 2003 18:11:13 +0200
Andrew wrote:
>Two ways to make a number negative are...

Number three is:
	lda	number
      sec
	sbc	#1
	eor	#$FF

If you know the status of the carry flag, you can always select one 
where you can avoid sec/clc.

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