Share via


ARM Assembler

The ARM assembler is a two-pass assembler, processing its source files twice to reduce the amount of internal state that it needs to keep.

The ARM assembler (armasm) compiles both ARM and Thumb assembly language into the Microsoft implementation of the Common Object File Format (COFF). The compiler can link COFF code with object code produced by the ARM assembler or by the C compiler, and with object libraries created by the librarian.

See Also

ARM Guide | ARM Assembler Command-Line Options | ARM Assembler Directives

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.