This fork introduces support for Apple-1 Serial Interface and Apple-1 RAM/ROM cartridge
Go to file
flowenol db624e519d Added support for alternative memory locations of Apple-1 Serial Interface Card 2023-04-18 01:07:26 +02:00
.gitignore Added support for loading programs from Apple-1 Cartridge 2021-03-04 02:24:02 +01:00
Makefile Added support for loading programs from Apple-1 Cartridge 2021-03-04 02:24:02 +01:00
README.md Added support for loading programs from Apple-1 Cartridge 2021-03-04 02:24:02 +01:00
apple1cartridge.cfg Added support for alternative memory locations of Apple-1 Serial Interface Card 2023-04-18 01:07:26 +02:00
apple1serial.s Added support for alternative memory locations of Apple-1 Serial Interface Card 2023-04-18 01:07:26 +02:00
applesoft-lite.s Added support for loading programs from Apple-1 Cartridge 2021-03-04 02:24:02 +01:00
io.s initial 2017-05-11 16:42:22 -04:00
macros.s initial 2017-05-11 16:42:22 -04:00
zeropage.s initial 2017-05-11 16:42:22 -04:00

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.

See https://github.com/flowenol/apple1cartridge