Add shrt repo to README
This commit is contained in:
parent
5ab8351baa
commit
89eaf6823e
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,11 @@
|
|||
# chip8
|
||||
[](https://git.sr.ht/~redstrate/chip8)
|
||||
[](https://github.com/redstrate/chip8)
|
||||
|
||||
A chip8 emulator that I implemented in C++. It only implements the SCHIP instruction set, and can play many modern roms found online. There's a basic memory viewer and debugger available as well.
|
||||
|
||||

|
||||

|
||||
|
||||
This emulator also comes with a basic compiler that takes a C-style language as input and can spit out valid CHIP-8 code:
|
||||
```
|
||||
|
|
Reference in a new issue