| |||
| Home > Assembler command line options > Assembler command line syntax | |||
The command for invoking the ARM assembler is:
armasm {options} {inputfile}
where:
optionsare commands to the assembler. You can invoke the
assembler with any combination of options separated by spaces. You
can specify values for some options. To specify a value for an option,
use either ‘=’ (option=value)
or a space character (option value).
inputfilecan be one or more assembly source files separated by spaces. Input files must be UAL, or pre-UAL ARM or Thumb® assembly language source files.
See also
Using the Compiler: