mirror of
https://github.com/cc65/cc65.git
synced 2025-01-09 11:30:29 +00:00
Removed bit opcode, not needed anymore.
This commit is contained in:
parent
e66f04e056
commit
e79e779aba
@ -62,7 +62,6 @@ _getcpu:
|
|||||||
dec a ; .byte $3a, A=$00 if 65C02
|
dec a ; .byte $3a, A=$00 if 65C02
|
||||||
xba ; .byte $eb, get $01 back if 65816
|
xba ; .byte $eb, get $01 back if 65816
|
||||||
inc a ; .byte $1a, make $01/$02
|
inc a ; .byte $1a, make $01/$02
|
||||||
.byte $2c ; bit instruction to skip next command
|
|
||||||
@L9: ldx #0 ; Load high byte of word
|
@L9: ldx #0 ; Load high byte of word
|
||||||
rts
|
rts
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user