Commit graph

6 commits

Author SHA1 Message Date
Tony Bark
a75bc3ca56 Added draw instruction
- Renamed byte and address to vbyte and vaddr, respectfully, to avoid conflicts
2021-03-09 06:08:20 -05:00
Tony Bark
3c4404f072 Implementated instructions 0x4000 to 0xC000
- Moved commonly used variables in runSystem() above the main match statement
2021-03-09 05:47:15 -05:00
Tony Bark
c2f76c61a1 Minor naming tweaks
- Linked to Wikipedia article on CHIP-8 in README
2021-03-08 16:00:54 -05:00
Tony Bark
b6f6ffd15d Added JP, CALL, SNE Vx and byte instructions
- Basic ROM loading functions
2021-03-08 15:20:28 -05:00
Tony Bark
ef2ed8c451 Expanded README a little 2021-03-08 14:52:35 -05:00
Tony Bark
8a169c7b36 Initial commit 2021-03-08 14:49:10 -05:00