From e79e779aba9aa463b7d4c5fa1f0beaf6016d5793 Mon Sep 17 00:00:00 2001 From: Marco van den Heuvel Date: Mon, 26 Feb 2018 19:30:25 -0800 Subject: [PATCH] Removed bit opcode, not needed anymore. --- libsrc/common/getcpu.s | 1 - 1 file changed, 1 deletion(-) 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 -- 2.39.5