diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -0,0 +1,25 @@ +CHIP-8 Cross-Platform(in the future) Interpreter +================================================ + +## What? + See https://en.wikipedia.org/wiki/CHIP-8 + + Heavily Work In Progress. Do not use even for fun! Well unless you're making fun of + my code, then feel free to. + +## Why? + For fun and glory! + +## How? + C89 baby! + system libs in the future. + +## Build? + *nix: + $ CC=/your/compiler/cc ./build/x11 + +## Run? + *nix: + $ ./artifacts/xip-8 [binary file containing CHIP-8 instructions] + +## Who? + Me! See LICENSE. |