diff options
| author | B. Watson <yalhcru@gmail.com> | 2021-04-11 17:15:57 -0400 | 
|---|---|---|
| committer | B. Watson <yalhcru@gmail.com> | 2021-04-11 17:15:57 -0400 | 
| commit | c05f3a05ddf387e8ecea5b4f5985709749a0e6f7 (patch) | |
| tree | ad10d6dd01b2f7b97f7714fd29910f347276874a | |
| parent | 7604df70d7ca9de06c5181b48ab7fc95d08a46a8 (diff) | |
| download | taipan-c05f3a05ddf387e8ecea5b4f5985709749a0e6f7.tar.gz | |
Save 10 bytes
| -rw-r--r-- | conio/gotox.s | 4 | ||||
| -rw-r--r-- | conio/gotoxy.s | 4 | 
2 files changed, 4 insertions, 4 deletions
| diff --git a/conio/gotox.s b/conio/gotox.s index f7c78b4..135624f 100644 --- a/conio/gotox.s +++ b/conio/gotox.s @@ -9,6 +9,6 @@  _gotox:          sta     COLCRS          ; Set X -        lda     #0 -        sta     COLCRS+1 +;       lda     #0 +;       sta     COLCRS+1          rts 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 | 
