/DCPcUbe

A Java-based emulator for DCPU

Primary LanguageJava

#DCPcUbe

##About DCPcUbe is a Java-based emulator for DCPU-16 that is currently in development.

##Arguments

--disk path/to/file
  alias: -d path/to/file
--emulate path/to/file
  alias: -e path/to/file
--help
  alias: -h

##Running DCPcUbe Running DCPcUbe is easy. You can use any of the arguments above. For example:

java -jar DCPcUbe.jar --e path/to/file

You can also emulate multiple files!

java -jar DCPcUbe.jar -e path/to/file -e path/to/file

Let's say you want to add more disks. You can do that!

java -jar DCPcUbe.jar -e path/to/file -d path/to/file

You can have multiple disks for each emulation you specify to run.

java -jar DCPcUbe.jar -e path/to/file -d path/to/file -d path/to/file -e path/to/file -d path/to/file

The possibilities are endless!