1 about the arm developer suite assemblers, About the arm developer suite assemblers -2 – ARM VERSION 1.2 User Manual

Page 12

Advertising
background image

Introduction

1-2

Copyright © 2000, 2001 ARM Limited. All rights reserved.

ARM DUI 0068B

1.1

About the ARM Developer Suite assemblers

ARM Developer Suite (ADS) has:

a freestanding assembler,

armasm

an optimizing inline assembler built into the C and C++ compilers.

The language that these assemblers take as input is basically the same. However, there
are limitations on what features of the language you can use in the inline assemblers.
Refer to the Mixing C, C++, and Assembly Language chapter in ADS Developer Guide
for further information on the inline assemblers.

The remainder of this book relates mainly to

armasm

.

Advertising