You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 months ago | |
---|---|---|
.gitignore | 2 years ago | |
Makefile | 2 years ago | |
README.md | 2 years ago | |
apple1cartridge.cfg | 2 months ago | |
apple1serial.s | 2 months ago | |
applesoft-lite.s | 2 years ago | |
io.s | 6 years ago | |
macros.s | 6 years ago | |
zeropage.s | 6 years ago |
README.md
applesoft-lite
This is a stripped-down version of Applesoft BASIC (Microsoft 6502 BASIC) for the Apple-1.
See https://cowgod.org/replica1/applesoft/
apple1serial
This fork has been modified to perform LOAD and SAVE operations via Apple-1 Serial interface.
See https://github.com/flowenol/apple1serial
How to use LOAD?
The LOAD command implemented on this branch takes as an argument the length of the program as a decimal value, e.g.,
]LOAD 1024
apple1cartridge
This fork has been modified to allow loading programs from Apple-1 RAM/ROM Cartridge via the STARTFROMCART
routine.