| File | Date | Author | Commit |
|---|---|---|---|
| LICENSE | 2022-08-11 |
|
[cb8132] Initial commit |
| README.md | 2022-08-11 |
|
[fe46f5] Update README.md |
| compile.sh | 2022-08-11 |
|
[36b974] Initial Upload |
| cpu.c | 2022-08-11 |
|
[36b974] Initial Upload |
| cpu.h | 2022-08-11 |
|
[36b974] Initial Upload |
| main.c | 2022-08-11 |
|
[36b974] Initial Upload |
A CPU Simulator
A simple CPU implementation for fun
Very small Instruction set
Only 8 bit rgisters
only 1kb memory (including stack and data)
program memory at 0x100 offset
see main.c for how to write programs to execute on this cpu ;)