From afd1101fdec6d61c718765ff0882ff35eb9d701b Mon Sep 17 00:00:00 2001 From: Piotr Fusik Date: Thu, 7 Nov 2019 11:31:22 +0100 Subject: [PATCH] Document zero page requirements. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index feb9705..ae87987 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ The routine uses three memory areas: * `inflate` - code and constants (508 bytes) * `inflate_data` - uninitialized data (765 bytes) -* `inflate_zp` - variables on zero page +* `inflate_zp` - variables on zero page (10 bytes) You must select these locations at compile time, for example: