Directives Reference
7-56
Copyright © 2000, 2001 ARM Limited. All rights reserved.
ARM DUI 0068B
7.7.5
ENTRY
The
ENTRY
directive declares an entry point to a program.
Syntax
ENTRY
Usage
You must specify at least one
ENTRY
point for a program. If no
ENTRY
exists, a warning is
generated at link time.
You must not use more than one
ENTRY
directive in a single source file. Not every source
file has to have an
ENTRY
directive. If more than one
ENTRY
exists in a single source file,
an error message is generated at assembly time.
Example
AREA ARMex, CODE, READONLY
ENTRY ; Entry point for the application
Содержание 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 ...