Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 1 month 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).