This commit is contained in:
2026-03-05 15:24:40 +01:00
parent d0659f9f8b
commit 3d14448de7
4 changed files with 125 additions and 15 deletions

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
# emu
Emulators written in C
* `chip8.c` - [CHIP8](https://en.wikipedia.org/wiki/CHIP-8)
* `mos6502.c` - [MOS 6502](https://en.wikipedia.org/wiki/MOS_Technology_6502)
* `riscv64.c & riscv64_dis.h` - [RV64IM instruction set](https://en.wikipedia.org/wiki/RISC-V) (more extensions coming soon-ish)
## Building
```
./build.sh
```