Skip to content

This fork introduces support for Apple-1 Serial Interface and Apple-1 RAM/ROM cartridge

Notifications You must be signed in to change notification settings

flowenol/applesoft-lite

 
 

Repository files navigation

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

About

This fork introduces support for Apple-1 Serial Interface and Apple-1 RAM/ROM cartridge

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Assembly 99.7%
  • Makefile 0.3%