How Can I Have Code Executed Straight After Reset?

A special hook has been provided so you can easily add special “powerup” assembly code that will be linked to the Reset vector (see The Powerup Routine). This code will be executed before the runtime startup code, which in turn is executed before the main() function (see Main, Runtime Startup and Reset).