Re: [stella] 6502 basics: signed LSR

Subject: Re: [stella] 6502 basics: signed LSR
From: "Eric Ball" <ericball@xxxxxxxxxxxx>
Date: Sun, 15 Feb 2004 13:36:58 -0500
This works a little nicer, though there may be still be a more efficient
way.

 lda var
 bpl asr0
 sec
 bcs asr1
asr0 clc
asr1 ror

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


Current Thread