From: Marco van den Heuvel Date: Tue, 27 Feb 2018 03:30:25 +0000 (-0800) Subject: Removed bit opcode, not needed anymore. X-Git-Tag: V2.17~10^2~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e79e779aba9aa463b7d4c5fa1f0beaf6016d5793;p=cc65 Removed bit opcode, not needed anymore. --- diff --git a/libsrc/common/getcpu.s b/libsrc/common/getcpu.s index 764e73a84..f7ac3c170 100644 --- a/libsrc/common/getcpu.s +++ b/libsrc/common/getcpu.s @@ -62,7 +62,6 @@ _getcpu: dec a ; .byte $3a, A=$00 if 65C02 xba ; .byte $eb, get $01 back if 65816 inc a ; .byte $1a, make $01/$02 - .byte $2c ; bit instruction to skip next command @L9: ldx #0 ; Load high byte of word rts