Imported Upstream version 2.9.0
[debian/cc1111] / support / regression / ports / hc08 / support.c
1
2 void
3 _putchar(unsigned char c)
4 {
5   c;
6   _asm
7     .db 0x9e, 0xed
8   _endasm;
9 }
10
11 void
12 _initEmu(void)
13 {
14 }
15
16 void
17 _exitEmu(void)
18 {
19   _asm
20     .db 0x9e, 0xec
21   _endasm;
22 }