Skip to content
/ dcpu16 Public

a dcpu16 emulator and assembler

Notifications You must be signed in to change notification settings

onbjerg/dcpu16

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

a dcpu16 emulator and assembler

Resources

Stars

Watchers

Forks