Add DCAT, DLOAD, DSAVE inspired by Double-Duty DOS
Nobody has claimed this yet.
- Dominant language
- Assembly
- Stars
- 19
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
"Double-Duty DOS" by Jason Coleman, in Compute! Magazine, Issue 89 (October 1987) introduces three commands
DCAT- catalog a DOS 3.3 diskDLOAD- load an Applesoft BASIC or Binary file from a DOS 3.3 diskDSAVE- save an Applesoft BASIC or Binary file to a DOS 3.3 disk
WIP disassembly at: https://github.com/a2stuff/dddos
Parts like the RWTS code can be dramatically simplified, install/relocation code isn't needed, etc.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the requested DCAT, DLOAD, and DSAVE behavior in this issue, then review the linked a2stuff/dddos WIP disassembly and the prodos-path repository. Compare the existing PATH command with the DOS 3.3 disk operations described there. Done means the three commands support the listed catalog, load, and save workflows.
Written by the indexing model from the issue text.
Assessment
- Domain
- cli, operating-systems
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100