#include "assembly.h" #include extern void main(void); int _start(char *args) { main(); while(1); }