Minor optimization.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4712 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
ol.sc
2010-06-04 20:52:52 +00:00
parent e0c00d2054
commit c8c604f353

View File

@@ -70,7 +70,7 @@ iobuf_alloc:
ldy #$01
sta (ptr1),y
dey
lda #$00
tya
sta (ptr1),y
rts