Subj : Re: Seeking help on deciphering if this is code that makes sense on a C
To : andy carmony
From : Andreas Kohlbach
Date : Wed Feb 17 2021 05:48 pm
On Wed, 17 Feb 2021 10:48:59 -0800 (PST), andy carmony wrote:
>
> Imported, from hexadecimal, to an assembler produces this
>
> AND $31,X
> ORA #$32
> ORA #$35
[...]
> Which is junk. Interestingly the 3 BRK's at the end, is the only sequential part.
Already line 3. Why would someone want to OR the accumulator twice
without using the result after the first time?
--
Andreas