Skip to content

A repository of tools for interfacing with the SAP breadboard computer designed by Ben Eater's work

License

Notifications You must be signed in to change notification settings

RobertBlackhart/sap-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sap-tools

A repository of tools for interfacing with the SAP breadboard computer designed by Ben Eater's work

Microcode for SAP

The microcode Arduino sketch is originally taken from: https://github.com/beneater/eeprom-programmer. To that code, I have added the INC, DEC, DSP, and DSI instructions. These instructions all work within the original hardware design of Ben Eater's computer (YouTube playlist: https://www.youtube.com/playlist?list=PLowKtXNTBypGqImE405J2565dvjafglHU).

Python -> ASM

The pyasm.py script will convert a limited subset of the Python language to SAP assembly which can then be entered into the computer and executed.

Microcontroller Programmer

The sap.py script is an assembler and programmer for the SAP computer. It has functions to take assembly code and translate it into binary. It will then transmit that binary code via its GPIO pins to a connected SAP machine (no hardware modifications needed to the SAP machine).

ESP32 Connected to the Ben Eater SAP Computer

Inspiration

If you find this repository useful, you may also enjoy the following sites:

About

A repository of tools for interfacing with the SAP breadboard computer designed by Ben Eater's work

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published