mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-28 09:30:41 +00:00
38 lines
510 B
Plaintext
38 lines
510 B
Plaintext
Plan:
|
|
Load at $1000
|
|
Decompress to $2000
|
|
|
|
Memory Map
|
|
==========
|
|
|
|
(not to scale)
|
|
|
|
-------- $ffff
|
|
| ROM/IO |
|
|
-------- $c000
|
|
| | 32k decompress
|
|
-------- $4000
|
|
| load | 8k
|
|
-------- $2000
|
|
| free |
|
|
-------- $1c00
|
|
| Scroll |
|
|
| Data |
|
|
-------- $1800
|
|
|Multiply|
|
|
| Tables |
|
|
-------- $1000
|
|
|GR pg 2 | 1k
|
|
|-------- $0c00
|
|
|GR pg 1 | 1k
|
|
|-------- $0800
|
|
|GR pg 0 | 1k
|
|
-------- $0400
|
|
| | 0.5
|
|
-------- $0200
|
|
| stack | 0.25
|
|
-------- $0100
|
|
|zero pg | 0.25
|
|
------- $0000
|
|
|