readme
This commit is contained in:
12
README.md
Normal file
12
README.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user