This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Apple-2-SW
/
qboot
Watch
1
Star
0
Fork
0
You've already forked qboot
mirror of
https://github.com/peterferrie/qboot.git
synced
2025-08-05 13:25:05 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
4
Commits
1
Branch
0
Tags
db9a28925c034f1e9fa7b216b2b911c7bcbcb8f9
Go to file
Code
Clone
HTTPS
Tea CLI
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
Peter Ferrie
db9a28925c
support reading into zpage
2015-12-14 11:49:32 -08:00
.gitattributes
🎊
Added .gitattributes & .gitignore files
2015-10-22 08:41:55 -07:00
.gitignore
🎊
Added .gitattributes & .gitignore files
2015-10-22 08:41:55 -07:00
QBOOT.S
support reading into zpage
2015-12-14 11:49:32 -08:00
README.md
support reading into zpage
2015-12-14 11:49:32 -08:00
README.md
targets multi-loaders in ProDOS order
load from any slot
scatter-reads sectors
sector-level read, can start and end anywhere in a track
can perform full-track read in one revolution
no zpage usage after init, and only 6 bytes of stack
only 2 bytes overhead per read
can load up to $bd sectors at a time ($0000-bcff) (or $c0 sectors if run from banked ROM)
DOS 3.3 Launcher compatible
requires only 3 pages in memory
Description
fast bootable Read Track/Sector routine (multi)
Readme
43
KiB
Languages
Assembly
100%