a2d/desk.acc
2017-09-04 13:51:51 -07:00
..
.gitignore Rework files, add Makefile 2017-09-04 13:51:51 -07:00
a2d.inc Move STF files up into DA directory 2017-09-04 12:56:41 -07:00
go.sh Rework files, add Makefile 2017-09-04 13:51:51 -07:00
Makefile Rework files, add Makefile 2017-09-04 13:51:51 -07:00
README.md Rework files, add Makefile 2017-09-04 13:51:51 -07:00
show_dhr_file.s Rework files, add Makefile 2017-09-04 13:51:51 -07:00
show_text_file.bin Move STF files up into DA directory 2017-09-04 12:56:41 -07:00
show_text_file.info Move STF files up into DA directory 2017-09-04 12:56:41 -07:00
show_text_file.s Move STF files up into DA directory 2017-09-04 12:56:41 -07:00

Disassembly of the desk accessories:

  • Calculator - not started
  • Date - not started
  • Puzzle - not started
  • Show Text File - in progress!
  • Sort Directory - not started

New desk accessories:

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)

Files

  • Makefile - cleans/builds targets

  • go.sh - bash script to build, verify, and copy files

  • *.bin - original binary (type $F1, start $800)

  • *.info - da65 "info" file - used to inform disassembly

  • *.s - source (originally generated using da65, now modified)