You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.