basic-system-cmd/README.md

24 lines
593 B
Markdown
Raw Permalink Normal View History

2015-09-29 13:44:16 +00:00
# ProDOS BASIC.SYSTEM commands
2015-10-04 04:51:23 +00:00
## Purpose
2015-09-29 13:44:16 +00:00
This project is about re-learning everything I've forgotten or never learned:
* 65C02
* Code relocation
* Makefiles
* Mac OS X
* Automated testing of application
* BASIC.SYSTEM command integration
* Requesting memory from BASIC.SYSTEM
The general target of these commands is 256 bytes.
The loader/relocator stub is less important, but also trying to target 256 bytes.
2015-10-04 14:16:35 +00:00
This keeps the commands to 1 block on disk and 1 page of used memory.
2015-09-29 13:44:16 +00:00
2015-10-04 04:51:23 +00:00
## Commands
2015-09-29 13:44:16 +00:00
2015-10-04 04:50:02 +00:00
| Command | Description |
| --- | --- |
| [`ONLINE`](./online/) | Display volumes online. |
2015-09-29 13:44:16 +00:00