New release!
- Try on the web: https://josephabbey.github.io/customasm/web
Usage: customasmlib [options] <asm-file-1> ... <asm-file-N>
Options:
-d, --disassemble [FILE]
Disassemble
-n, --number-format [FILE]
The format of numbers in the disassembly output.
Possible formats: hex, bin, dec
-f, --format FORMAT The format of the output (input for disassembly,
compatible modes have a star) file. Possible formats:
binary*, annotated, annotatedbin, binstr*, binline*,
hexstr*, hexline*, bindump, hexdump, mif, intelhex,
deccomma, hexcomma, decc, hexc, binvhdl, hexvhdl,
logisim8, logisim16, addrspan
-o, --output [FILE] The name of the output file.
--symbol-format SYMBOL-FORMAT
The format of the symbol file. Possible formats:
default, mesen-mlb
-s, --symbol [FILE] The name of the output symbol file.
-t, --iter [NUM] The max number of passes the assembler will attempt
(default: 10).
-p, --print Print output to stdout instead of writing to a file.
-q, --quiet Suppress progress reports.
-v, --version Display version information.
-h, --help Display this information.