Skip to content

cpu-go-brr/cpu-sim

Repository files navigation

CPU Simulation

Ideen

Vorgehen

  • Intel 4004 bauen
    • Parsing von assembler-Datei und Konvertierung in object code (hex)
    • Instructions als Funktionen in include/instructions.hpp umsetzten
    • RAM integrieren
    • komplexes Programm laufen lassen/entwickeln (Pong)
    • Server bauen
    • Website um Zustand der CPU zu setzten bauen / erstmal recherche
  • Generator bauen
    • Instruction Set erweitern (Intel 8008, AMD64 evtl. Config-only
      • 6502
      • Brainfuck
  • Pong auf Aurduino packen
  • Paper schreiben

Installation

git clone https://github.com/cpu-go-brr/cpu-sim.git
mkdir build && cd build
cmake ..
make

Usage

./build/simulator

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published