From be048d3184d451c76cf56dd706be8d087c477d77 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 14 Apr 2026 06:45:36 -0400 Subject: The Great Migration: move all the screen memory to the $4000-$7FFF bank window, move code to $8000, move data/rodata/bss to $2000, move rx_buf and tx_buf, etc etc. --- src/txbuf.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/txbuf.s') diff --git a/src/txbuf.s b/src/txbuf.s index 6f7b55d..beb4fef 100644 --- a/src/txbuf.s +++ b/src/txbuf.s @@ -4,7 +4,7 @@ ; compiles to 45 bytes. routine below is 29 bytes (~33% smaller) - tx_buf = $a200 ; MUST agree with src/rxtxbuf.h! + tx_buf = $3a00 ; MUST agree with src/rxtxbuf.h! .import _txbuflen, _txbuf_send .export _txbuf_append_chr, _txbuf_append_str -- cgit v1.2.3