mirror of
https://github.com/pfusik/zlib6502.git
synced 2025-08-05 15:25:01 +00:00
Document zero page requirements.
This commit is contained in:
@@ -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:
|
||||
|
||||
|
Reference in New Issue
Block a user