An open API service indexing awesome lists of open source software.

https://github.com/jmcph4/cpu

My attempt at a CPU simulator
https://github.com/jmcph4/cpu

architecture assembly c cpu instruction-set-architecture instructions isa machine-code processor simulation simulator

Last synced: 6 months ago
JSON representation

My attempt at a CPU simulator

Awesome Lists containing this project

README

          

A very basic CPU simulator, supporting some familiar friends (`mov`, `jmp`, `add`, etc.). Documentation coming soon (I promise).