RE: [stella] DASM question

Subject: RE: [stella] DASM question
From: "Dennis Debro" <dennis@xxxxxxxxxxxxxxx>
Date: Wed, 10 Nov 2004 11:59:44 -0800 (PST)
Hi Thomas,

> try and'ing the inverted value with 255 before you shift it:
>
> lda #((~%10111111) & 255) >>4

Thanks, that did it. I tried using < before to take the LSB but I guess I
had my parenthesis wrong.

Take care,
Dennis


Current Thread