3.2. 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.

Copyright © 2002-2006 ARM Limited. All rights reserved.ARM DUI 0202G
Non-Confidential