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/page20.s | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/page20.s (limited to 'src/page20.s') diff --git a/src/page20.s b/src/page20.s new file mode 100644 index 0000000..75fda20 --- /dev/null +++ b/src/page20.s @@ -0,0 +1,5 @@ + + .import __BSS_LOAD__ + .segment "P20HDR" + .word $2000 + .word __BSS_LOAD__ - 1 -- cgit v1.2.3