Built a web-based SAP-3 (8-bit) computer emulator with real-time visualization

Posted by biokys@reddit | retrobattlestations | View on Reddit | 6 comments

After months of work, I've created a browser-based emulator for the SAP-3 architecture (Simple As Possible 3) - an educational 8-bit computer.

Features:
✅ 40+ instructions with multiple addressing modes
✅ Real-time CPU schematic with animated data flow
✅ 256-byte RAM with memory banking
✅ Monaco-based assembly editor with syntax highlighting
✅ Stack operations and indexed addressing
✅ Save/load programs with user authentication

The coolest part is watching your assembly code execute step-by-step while seeing exactly how data moves through the CPU components.

https://sap-3.com/