Skip to content
This repository has been archived by the owner on Feb 26, 2021. It is now read-only.

0x10c-crap/inorganic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inorganic

Inorganic is a disassembler for DCPU-16 that allows you to produce basic disassemblies for any pre-assembled DCPU-16 code.

Usage

If you are on Linux or Mac, install Mono first, and use "mono inorganic.exe [arguments]", like you'd do with a Java program.

inorganic.exe [flags] inputfile.bin outputfile.dasm

This will disassemble the big-endian inputfile.bin and output it to outputfile.dasm. If you don't specify an output file, it will use [inputfile].dasm

Flags

--little-endian: Treats the input file as little endian.

--unsigned: For short literals, the default behavior is to treat them as signed and allow -1 as a value. This disabled that feature.

Releases

No releases published

Packages

No packages published

Languages