Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 267 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 267 Bytes

hapax8: a CHIP-8 implementation

This is mostly for fun and for brushing up on my Go.

Building

make build to build an executable.

Testing

First, install my CHIP8 assembler. Then, make test to run the test suite.