aboutsummaryrefslogtreecommitdiff
path: root/loading.asm
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-04-14 06:45:36 -0400
committerB. Watson <urchlay@slackware.uk>2026-04-14 06:45:36 -0400
commitbe048d3184d451c76cf56dd706be8d087c477d77 (patch)
tree921450c1b11e6fea5232cb8e5e176a53e7a3958e /loading.asm
parent66219401006e845f1a176e6a78c4682bd9de8785 (diff)
downloadfujinet-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 'loading.asm')
-rw-r--r--loading.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/loading.asm b/loading.asm
index 2932c8f..d5df6e2 100644
--- a/loading.asm
+++ b/loading.asm
@@ -1,4 +1,4 @@
- *= $8400 ; aka screen_bot_addrs[0], gets cleared by main() in the client.
+ *= $6000 ; aka screen_bot_addrs[0], gets cleared by main() in the client.
save_dlist_loc = $fe