Code, documentation, schematics, notes for my Ben Eater and James Bates inspired breadboard computer, assembler and web-based emulator using a C backend compiled to WASM.
- Microcode EEPROM writer
- DecimalDisplay EEPROM writer
- ESP8266 Wi-Fi Program Loader
- Page-write-enabled EEPROM writer library (Tested on Greenliant GLS29EE010)
- SimLib - The emulator core
- SimInst - A single instance interface of the emulator core
- SimWin - A windows executable around the library (used for testing)
- SimWasm - Emscripten source and scripts to produce WASM output
Various files used while building the breadboard computer
Various ASM programs used to test the assembler (and the emualtor and physcial computer)
A copy of most files from https://cpu.visualrealmsoftware.com including:
- Assembler derived from customasm
- Web-based Emulator (C engine compiled to WASM)
This code is licensed under the MIT license