ChangeLog:

- big commit.
This commit is contained in:
2026-06-10 10:35:48 +03:00
parent f87b52bb7f
commit 858e5755ad
20 changed files with 411 additions and 1347 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ pages by program size — small programs get only one page. Pick a memory mode
on what your program needs:
| Mode | Code lives in | Banking | Use when | Note |
|---|---|---|---|
|---|---|---|---|---|
| `tiny` (default) | W2 (0x8100+) | no | code+data < 14 KB | |
| `small` | W1-W2 (0x4100+) | no | code+data < 30 KB | |
| `big` | W2 + W1 banking | yes (W1) | tiny + extra code modules | |