Skip to content

storance/dcpu16

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DCPU-16 Emulator
--------------------------------------------------

Compile
--------------------------------------------------
Run make

Emulator
--------------------------------------------------
./emulator </path/to/dcpu/program>

Disassembler
--------------------------------------------------
./disassembler [-d|--decimal] [-h|--hex] [-c|--octal] [-o|--output <path/to/output/file>] </path/to/dcpu/program>

-d,--decimal
	Output all literals in decimal.
-h, --hex
	Output all literals in hexadecimal.  This is the default behavior.
-c, --octal
	Output all literals in octal.
-o, --output
	File to write the disassembled source to.  If no output file is specified, stdout is used.

About

dcpu-16 emulator, assembler, and disassembler written in C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published