This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Apple-2-SW
/
0boot
Watch
1
Star
0
Fork
0
You've already forked 0boot
mirror of
https://github.com/peterferrie/0boot.git
synced
2026-03-13 04:41:59 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
7
Commits
1
Branch
0
Tags
master
Go to file
Add File
New File
Upload File
Apply Patch
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
b751af7746
Merge pull request
#1
from a2-4am/patch-1
...
fix register confusion if interleave=0
2023-08-30 16:39:27 -07:00
old
v3 with multi-region support and DOS ordering
2018-10-17 17:09:01 -07:00
.gitattributes
🍭
Added .gitattributes & .gitignore files
2015-10-22 08:36:09 -07:00
.gitignore
🍭
Added .gitattributes & .gitignore files
2015-10-22 08:36:09 -07:00
0BOOT.S
fix register confusion if interleave=0
2023-08-30 19:00:56 -04:00
readme.md
v3 with multi-region support and DOS ordering
2018-10-17 17:09:01 -07:00
readme.md
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
Reference in New Issue
View Git Blame
Copy Permalink
Description
fast bootable Read Track/Sector routine (single)
Readme
90
KiB
Languages
Assembly
100%