mirror of
https://github.com/cc65/cc65.git
synced 2025-02-28 20:29:46 +00:00
Optimized the code a bit as suggested by Greg.
This commit is contained in:
parent
f2e46f0fdf
commit
1428015158
@ -32,8 +32,8 @@ _detect_chameleon:
|
||||
beq not_found
|
||||
found:
|
||||
lda #$01
|
||||
.byte $2C
|
||||
.byte $24
|
||||
not_found:
|
||||
lda #$00
|
||||
txa
|
||||
rts
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user