blob: c31beb10b0cf2206ded2596c8cfe2ce836ad9e9a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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.
|