From f844caecef4174f1fd52c1e810a836489935a01d Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 13 Apr 2026 02:08:22 -0400 Subject: Save a tiny bit of space. 7701 bytes free. --- src/txbuf.s | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/txbuf.s') diff --git a/src/txbuf.s b/src/txbuf.s index bc1d1c2..dba52c3 100644 --- a/src/txbuf.s +++ b/src/txbuf.s @@ -8,8 +8,14 @@ .import _txbuflen .export _txbuf_append_chr, _txbuf_append_str + .export _txbuf_append_spc, _txbuf_append_01 .importzp sreg ; avoid ptr1 & friends, callers may use +_txbuf_append_01: + lda #$01 + .byte $2c ; BIT abs, skip next instruction +_txbuf_append_spc: + lda #' ' _txbuf_append_chr: tax lda #