FujiNetWIFI / FujiNetWIFI/fujinet-nhandler
Add Binary Load XIO 39 and 40.
- Dominant language
- Assembly
- Stars
- 7
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
CIO commands 39 and 40 need to be added. These load (and run by default) a binary file, and are required because MyDOS and SpartaDOS do not put a binary load routine in their disk utility packages.
* 39 is used by MyDOS
* 40 is used by SpartaDOS
The fundamental difference is that MyDOS opens the channel and reads the first two bytes, before handing off to XIO 39, while XIO 40 does not require an open channel.
The binary loader needs to be inside the handler itself, and there are plenty of examples, e.g.:
https://gist.github.com/tschak909/a10f8927e060dcf838b0b69c40440c0e
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.