Directives Reference
7-26
Copyright © 2000, 2001 ARM Limited. All rights reserved.
ARM DUI 0068B
7.4
Assembly control directives
This section describes the following directives:
•
MACRO and MEND
on page 7-27
•
MEXIT
on page 7-29
•
IF, ELSE, and ENDIF
on page 7-30
•
WHILE and WEND
on page 7-32.
7.4.1
Nesting directives
The following structures can be nested to a total depth of 256:
•
MACRO
definitions
•
WHILE...WEND
loops
•
IF...ELSE...ENDIF
conditional structures
•
INCLUDE
file inclusions.
The limit applies to all structures taken together, however they are nested. The limit is
not 256 of each type of structure.
Содержание 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 ...