Re: [stella] 6502 basics: signed LSR

Subject: Re: [stella] 6502 basics: signed LSR
From: "Eric Ball" <ericball@xxxxxxxxxxxx>
Date: Sun, 15 Feb 2004 15:25:57 -0500
> Thomas Jentzsch wrote:
> > Yup:
> >  lda var
> >  cmp #$80
> >  ror
> >  sta var
>
> >KirkIsrael wrote:
> Ha ha...  I was feeling silly enough after reading Eric's code,
> but this seals it.  Back to lurking for ME I think.  :-)

Trust Thomas to come up with the most efficient & elegant way to do
something with the 6502.

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


Current Thread