a2d/desk.acc/README.md
2017-09-04 12:56:41 -07:00

24 lines
740 B
Markdown

Disassembly of the desk accessories:
* Calculator - _not started_
* Date - _not started_
* Puzzle - _not started_
* [Show Text File](show_text_file.s) - in progress!
* Sort Directory - _not started_
## Desk Accessory Details
* Loaded at $800 through (at least) $14FF
* Copy themselves from Main into Aux memory (same location)
* Can call into ProDOS MLI and A2D entry points ($4000, etc)
## Process
* `go.sh` - bash script used to drive the initial disassembly
(now commented out) and building
* `*.bin` - original binary (type $F1, start $800)
* `*.info` - da65 "info" file - used to inform disassembly
* `*.s` - source (originally generated using da65, now modified)
* `*` - linked target - byte-for-byte identical with original