Ecosyste.ms: Awesome
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: about 1 month 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-16T02:41:35.000Z (about 8 years ago)
- Last Synced: 2024-11-06T01:42:12.618Z (3 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).