mirror of
https://github.com/cc65/cc65.git
synced 2025-02-26 23:30:03 +00:00
Minor optimization.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4712 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
e0c00d2054
commit
c8c604f353
@ -70,7 +70,7 @@ iobuf_alloc:
|
|||||||
ldy #$01
|
ldy #$01
|
||||||
sta (ptr1),y
|
sta (ptr1),y
|
||||||
dey
|
dey
|
||||||
lda #$00
|
tya
|
||||||
sta (ptr1),y
|
sta (ptr1),y
|
||||||
rts
|
rts
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user