- IAR Embedded Workbench for Arm 9.70.x
- IAR C/C++ Development
- Linking your application
- Linking considerations
- Application startup in 64-bit mode
Application startup in 64-bit mode
In this section:
The point where the application starts execution is defined by the __Reset_address label (it determines where the cstartup module starts). The __iar_program_start label is placed at the same address. This label is also communicated via ELF to any debugger that is used.
For information about how to change the reset address, see Reset address.