void _putchar(unsigned char c) { c; __asm mov a, __putchar_PARM_1+0 .db 0x00, 0xff __endasm; } void _initEmu(void) { } void _exitEmu(void) { __asm stopsys __endasm; }