From c05f3a05ddf387e8ecea5b4f5985709749a0e6f7 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 11 Apr 2021 17:15:57 -0400 Subject: Save 10 bytes --- conio/gotoxy.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conio/gotoxy.s') diff --git a/conio/gotoxy.s b/conio/gotoxy.s index ca91b07..4971ad6 100644 --- a/conio/gotoxy.s +++ b/conio/gotoxy.s @@ -13,6 +13,6 @@ _gotoxy: ; Set the cursor position sta ROWCRS ; Set Y jsr popa ; Get X sta COLCRS ; Set X - lda #0 - sta COLCRS+1 ; +; lda #0 +; sta COLCRS+1 ; rts -- cgit v1.2.3