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

Changed #10 to #-basha for clarity.

This commit is contained in:
Marco van den Heuvel 2018-04-01 13:14:44 -07:00
parent 9db6f059ac
commit 61e5b9d218

View File

@ -52,7 +52,7 @@ _getcpu:
clc clc
adc #1 ; $01+$09 = $10 on 6502, $01+$09 = $0A on 2a03/2a07 adc #1 ; $01+$09 = $10 on 6502, $01+$09 = $0A on 2a03/2a07
cld cld
cmp #10 cmp #$0a
beq @L5 beq @L5
lda #0 ; CPU_6502 constant lda #0 ; CPU_6502 constant
beq @L9 beq @L9