From b7883d2690720a02f440959ea3f32a9105618213 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Sat, 4 Dec 2021 09:30:23 +0000 Subject: Updated docs to reflect current version of chksize --- docs/tools.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'docs') 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 -- cgit v1.2.3