|
rrasm - simple tasm-style line-assembler
--------------------------------------------------------------------------------
command-line options:
--------------------------------------------------------------------------------
usage: rrasm [options]
help -? -h --help this help
--version print program version
--show-config show active configuration
--show-supported show supported architectures
--cpu [type] set target cpu
-t --target [system] set target system
-f --file [filename] name input file (else stdin)
-o [filename] name output file (else stdout)
-b --base [address] base address
-e --entry [address] entry point
--remote work in remote mode
-s --silent silent mode (only fatal errors)
-v --verbose verbose mode
the commandline is processed from left to right. all numeric values may be
either decimal (1234), hex (0x1234, $1234) or bin (%1011). short options may
change, please use long options in scripts.
|
| |