aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2021-12-04 09:30:23 +0000
committerJuan J. Martinez <jjm@usebox.net>2021-12-04 09:30:23 +0000
commitb7883d2690720a02f440959ea3f32a9105618213 (patch)
treeebf59d2509a3db03378aef740598df85715fddaf /docs
parent4e7f4cac4bc088d8bccea146a5547de1fde453ec (diff)
downloadubox-msx-lib-b7883d2690720a02f440959ea3f32a9105618213.tar.gz
ubox-msx-lib-b7883d2690720a02f440959ea3f32a9105618213.zip
Updated docs to reflect current version of chksize
Diffstat (limited to 'docs')
-rw-r--r--docs/tools.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/tools.md b/docs/tools.md
index 4272c40..a1311b1 100644
--- a/docs/tools.md
+++ b/docs/tools.md
@@ -216,12 +216,14 @@ chksize 8000 4000 game.map
Has the output:
```
-ROM: 11430 bytes
-RAM: 01256 bytes
+ROM: CODE 11430 bytes
+ INIT 00016 bytes
+ Total 11446 bytes
+RAM: 01256 bytes
```
-If the CODE (ROM) or the DATA (RAM) is over the provided limits, the tool will
-report it with an error.
+If the CODE + INIT (ROM) or the DATA (RAM) is over the provided limits, the
+tool will report it with an error.
### mkdeps.py