Peter Ferrie b751af7746 Merge pull request #1 from a2-4am/patch-1
fix register confusion if interleave=0
2023-08-30 16:39:27 -07:00
2015-10-22 08:36:09 -07:00
2023-08-30 19:00:56 -04:00

fast bootable Read Track/Sector routine.

  • targets single-loaders in either ProDOS or DOS (v3 only) order
  • load from any slot
  • scatter-reads sectors
  • full-track read in one revolution
  • can read tracks to non-sequential addresses (v3 only)
  • runs entirely from zpage
  • can load up to 11 complete tracks
  • can load up to 12 additional sectors ($0400-bfff)
  • DOS 3.3 Launcher compatible (v2 only)
  • supports pre- and post-read routines
  • requires only 3 pages in memory
Description
fast bootable Read Track/Sector routine (single)
Readme 90 KiB
Languages
Assembly 100%