Talk:ALR

From C64-Wiki
Jump to navigationJump to search

Example[edit source]

I don't think this leads to LSR + CLC. I think this is AND + LSR. Can someone confirm?

BTW, don't forget to sign your entry on a discussion page using "--~~~~"! It is also common to preceede a new topic with a level 2 header. ;)
It's not wrong. There are several way to achieve an ALR #$FE with regular opcodes. AND #FE + LSR would be right also, but this would take even more code size in comparison to LSR+CLC (which is the fastest and shortest version in this special case and shows the the the illegal opcode could save at least time). --JohannKlasek (talk) 13:00, 15 March 2024 (CET)