]> git.sur5r.net Git - cc65/commitdiff
Removed bit opcode, not needed anymore.
authorMarco van den Heuvel <blackystardust68@yahoo.com>
Tue, 27 Feb 2018 03:30:25 +0000 (19:30 -0800)
committerMarco van den Heuvel <blackystardust68@yahoo.com>
Tue, 27 Feb 2018 03:30:25 +0000 (19:30 -0800)
libsrc/common/getcpu.s

index 764e73a84e3d8faf7523347f42c7c18543a6d761..f7ac3c1703e68b95faeba63774f66cca78ca500e 100644 (file)
@@ -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