From c8c604f3532b7e0571ef0105fd347a0b26a96c13 Mon Sep 17 00:00:00 2001
From: "ol.sc"
Date: Fri, 4 Jun 2010 20:52:52 +0000
Subject: [PATCH] Minor optimization.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4712 b7a2c559-68d2-44c3-8de9-860c34a00d81
---
libsrc/apple2/extra/iobuf-0800.s | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libsrc/apple2/extra/iobuf-0800.s b/libsrc/apple2/extra/iobuf-0800.s
index 02685fae7..017bc030e 100644
--- a/libsrc/apple2/extra/iobuf-0800.s
+++ b/libsrc/apple2/extra/iobuf-0800.s
@@ -70,7 +70,7 @@ iobuf_alloc:
ldy #$01
sta (ptr1),y
dey
- lda #$00
+ tya
sta (ptr1),y
rts
--
2.39.5