| |||
| Home > Creating an Application > Using the ARM assembler | |||
The basic syntax to use the ARM assembler (armasm) is:
armasm Space{inputfile}
For example, to assemble the code in a file called myfile.s,
type:
armasm --debug myfile.s
This generates debug tables to produce an object file called myfile.o.
For full details on the options and syntax, see RealView Compilation Tools v3.0 Assembler Guide.