diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-04-14 06:45:36 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-04-14 06:45:36 -0400 |
| commit | be048d3184d451c76cf56dd706be8d087c477d77 (patch) | |
| tree | 921450c1b11e6fea5232cb8e5e176a53e7a3958e /src/txbuf.s | |
| parent | 66219401006e845f1a176e6a78c4682bd9de8785 (diff) | |
| download | fujinet-chat-be048d3184d451c76cf56dd706be8d087c477d77.tar.gz | |
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.
Diffstat (limited to 'src/txbuf.s')
| -rw-r--r-- | src/txbuf.s | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
