The Breadboard 8-bit CPU and Computer
Be sure to check out the YouTube channel for more in-depth explanations of how the ByteFrost works!
In this Github repository are software tools for using the ByteFrost computer:
Assembler program that converts Assembly code to ByteFrost machine language.
Arduino code for the ByteFrost's display card (an Arduino Nano) for a 2004A LCD display.
Documentation for the ByteFrost computer. Includes hardware documentation (i.e. schematics) and software documentation (instruction set specifications, control signal lists, each instruction's micro-code and structure, and assembly syntax). For more documentation, see the wiki.
Arduino code for programming the three microcode EEPROMs (using Ben Eater's EEPROM programmer as a basis).
Programs written in ByteFrost assembly that can be compiled using the assembler and run on the ByteFrost computer. Each program comes with the assembly code (.asm
file), machine language compilation (.mlg
file), and a binary file (.bin
file).