1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-01 13:41:34 +00:00

Removed bit opcode, not needed anymore.

This commit is contained in:
Marco van den Heuvel 2018-02-26 19:30:25 -08:00
parent e66f04e056
commit e79e779aba

View 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