From 2bcb97cade32e4781135ff4c1500b95fcf351889 Mon Sep 17 00:00:00 2001 From: dweller Date: Wed, 26 Mar 2025 20:47:55 +0200 Subject: add LICENSE(s) + README --- README | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..c31beb1 --- /dev/null +++ b/README @@ -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. -- cgit v1.2.3