ProDOS BASIC.SYSTEM commands
Go to file
Rob Greene e1f08078e2 Separated pieces out. include is for macros, shared is for code that will be assembled directly. online now uses shared bi-install routine. 2015-10-08 22:49:49 -05:00
include Separated pieces out. include is for macros, shared is for code that will be assembled directly. online now uses shared bi-install routine. 2015-10-08 22:49:49 -05:00
online Separated pieces out. include is for macros, shared is for code that will be assembled directly. online now uses shared bi-install routine. 2015-10-08 22:49:49 -05:00
shared Separated pieces out. include is for macros, shared is for code that will be assembled directly. online now uses shared bi-install routine. 2015-10-08 22:49:49 -05:00
.gitignore Updated to use .gitignore and include template; needed to tweak 'go' build script. 2015-09-19 15:34:34 -05:00
LICENSE.txt Adding license file. 2015-10-08 22:48:42 -05:00
README.md Updating description. 2015-10-04 09:16:35 -05:00

README.md

ProDOS BASIC.SYSTEM commands

Purpose

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. This keeps the commands to 1 block on disk and 1 page of used memory.

Commands

Command Description
ONLINE Display volumes online.