extern __asm void StartIt(void);

void main()
{
    StartIt();
}
