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
- Host: GitHub
- URL: https://github.com/jmcph4/cpu
- Owner: jmcph4
- License: mit
- Created: 2015-10-17T04:41:03.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-12-16T02:41:35.000Z (almost 9 years ago)
- Last Synced: 2025-02-16T00:44:19.106Z (8 months ago)
- Topics: architecture, assembly, c, cpu, instruction-set-architecture, instructions, isa, machine-code, processor, simulation, simulator
- Language: C
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A very basic CPU simulator, supporting some familiar friends (`mov`, `jmp`, `add`, etc.). Documentation coming soon (I promise).