I am trying to setup my own target via the porting guide on the wiki, and I was wondering if there was a way to inline the main function. My _start currently just contains a jsr to my main function, and I'd like to get rid of the overhead, especially because stack space is limited to one page.