00001 00009 #ifdef ASM 00010 .sect code,code 00011 .org 0x50 00012 .import _main 00013 jmpi _main 00014 00015 .end 00016 #endif