Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 516 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 516 Bytes

DCPU16

This is an assembler and an emulator for the DCPU16, a fictional computer with accompanying hardware made for the cancelled game 0x10c.

I wrote this mostly as a means to get more experience with C++ and related tools.

Building

Get the dependencies:

git submodule update --init --recursive

Generate the makefiles:

mkdir build
cd build
cmake ..

Build the project:

make

Testing

Follow the build instructions and then run either make test or ./build/tests.