
Assembler Reference
ARM DUI 0068B
Copyright © 2000, 2001 ARM Limited. All rights reserved.
3-11
|ads$version|
must be all lower case. The other built-in variables can be upper-case,
lower-case, or mixed.
3.4.1
Determining the armasm version at assembly time
The built-in variable
{ARMASM$VERSION}
can be used to distinguish between versions of
armasm
from ADS1.0 onwards. However, previous versions of
armasm
did not have this
built-in variable.
If you need to build both ADS and SDT versions of your code, you can test for the
built-in variable
|ads$version|
. Use code similar to the following:
IF :DEF: |ads$version|
; code for ADS
ELSE
; code for SDT
ENDIF
Содержание Developer Suite
Страница 10: ...Preface x Copyright 2000 2001 ARM Limited All rights reserved ARM DUI 0068B ...
Страница 110: ...Assembler Reference 3 32 Copyright 2000 2001 ARM Limited All rights reserved ARM DUI 0068B ...
Страница 185: ...ARM Instruction Reference ARM DUI 0068B Copyright 2000 2001 ARM Limited All rights reserved 4 75 Example MSR CPSR_f r5 ...
Страница 238: ...Thumb Instruction Reference 5 44 Copyright 2000 2001 ARM Limited All rights reserved ARM DUI 0068B ...
Страница 282: ...Vector Floating point Programming 6 44 Copyright 2000 2001 ARM Limited All rights reserved ARM DUI 0068B ...
Страница 360: ...Index Index 6 Copyright 2000 2001 ARM Limited All rights reserved ARM DUI 0068B ...