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

740 B

Disassembly of the desk accessories:

  • Calculator - not started
  • Date - not started
  • Puzzle - not started
  • Show Text File - 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