Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 463 Bytes

README.markdown

File metadata and controls

11 lines (6 loc) · 463 Bytes

##Introduction

This is a simple implementation of 0x10c's DCPU; this implementation is compatible with DCPU version 1.1.

##Compiling

You can compile a dasm based file by using the Main class with the command line arguments -c or -compile followed by the source dasm file and destination binary file.

##Executing

You can execute a dasm binary file by using the Main class witht he command line arguments -e or -execute followed by the source dasm binary file.