Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vkitchen/chip-8-disassembler
Disassembler for the CHIP-8 bytecode
https://github.com/vkitchen/chip-8-disassembler
chip-8 disassembler
Last synced: 10 days ago
JSON representation
Disassembler for the CHIP-8 bytecode
- Host: GitHub
- URL: https://github.com/vkitchen/chip-8-disassembler
- Owner: vkitchen
- License: mit
- Created: 2017-01-28T21:28:06.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-30T06:01:16.000Z (almost 8 years ago)
- Last Synced: 2024-10-29T16:59:57.560Z (about 2 months ago)
- Topics: chip-8, disassembler
- Language: C
- Size: 1.1 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# chip-8-disassembler
Disassembler for the CHIP-8 bytecode## Build Instructions
Dependencies are CMake and Doxygen
### To build
In project root run
1. mkdir build
2. cd build
3. cmake ..
4. make
5. ./chip-8### To clean
either `rm -R build` or `git clean -fdx`
### To generate docs
In project root run `doxygen`