Application startup
In this section:
By default, the point where the application starts execution is defined by the __iar_program_start label. The reset vector points to this start label. 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.