aboutsummaryrefslogtreecommitdiff
path: root/doc/scroll.txt
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-03-11 06:28:30 -0400
committerB. Watson <urchlay@slackware.uk>2026-03-11 06:28:30 -0400
commit8069f9f429ddcab0695bcd97c49ae5c98c833ba2 (patch)
treef314454a80c46f3d8754f148958bc1e1710ddc0b /doc/scroll.txt
parentd92bf1f7cf76d0c678ccbaea10a5ff6d41630e52 (diff)
downloadfujinet-chat-8069f9f429ddcab0695bcd97c49ae5c98c833ba2.tar.gz
Add doc/ dir, move docs there.
Diffstat (limited to 'doc/scroll.txt')
-rw-r--r--doc/scroll.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/scroll.txt b/doc/scroll.txt
new file mode 100644
index 0000000..2d956d2
--- /dev/null
+++ b/doc/scroll.txt
@@ -0,0 +1,9 @@
+7 screens of 58 lines each (2320 bytes each).
+
+screens start at $8000, end at $bf6f.
+display list goes at $bf70, ~40 bytes.
+status lines (80 bytes) go at ~$bf98.
+
+whoops. the screens can't be contiguous with a standard display list
+due to the 4K boundaries at $9000, $a000, $b000. so we'll need each
+one to have its own 40-byte display list.