Filtered by: flutter

Clear Filter
  • thumbnail

    I've been inspired by Ben Eater's 8-bit CPU built on a breadboard, and I've decided to recreate it in software using Flutter. This project is a work in progress, but I've already developed a basic simulator that allows you to step through the clock cycles of a simple increment-by-3 counter. The current program is hardcoded, but I plan to add an assembler and the ability to upload custom programs soon.

    My ultimate goal is to create a detailed simulation where you can zoom in on each module and observe the gate-level operations. I want to make the interconnects visible, showing how each bit of the databus functions. You can check out the current progress at my simulator website.

    Read Article...