- IAR Embedded Workbench for Arm 9.70.x
- IAR C/C++ Development
- Linking your application
- Linking considerations
- Application startup in 32-bit mode
Application startup in 32-bit mode
In this section:
By default, the point where the application starts execution is defined by the __iar_program_start label, which is defined to point at the start of the cstartup.s file. The label is also communicated via ELF to any debugger that is used.
To change the start point of the application to another label, use the ILINK option ‑‑entry, see ‑‑entry.