Removed bit opcode, not needed anymore.
This commit is contained in:
parent
e66f04e056
commit
e79e779aba
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue