From 9e8f7dd4c68014878f7c63547f1efbf8533ca7d4 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 11 Apr 2021 12:38:47 -0400 Subject: Save 3 bytes --- conio/cputc.s | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'conio') diff --git a/conio/cputc.s b/conio/cputc.s index 60fa7cc..748eb00 100644 --- a/conio/cputc.s +++ b/conio/cputc.s @@ -13,7 +13,7 @@ ; ;.export _cputcxy, _cputc - .export _cputc + .export _cputc, _crlf .export plot, cputdirect, putchar .import popa, _gotoxy .importzp tmp4,ptr4 @@ -64,6 +64,7 @@ cputdirect: ; accepts screen code sta COLCRS .export newline +_crlf: newline: lda #0 sta COLCRS -- cgit v1.2.3