Pick three bugfixes from next branch to trunk for inclusion in 4.5.0 RC2, as discusse...
[sdcc.git] / sdcc / support / regression / ports / tlcs90 / support.c
blobc3671cbb74bce1976b4998357c5a1a099fcb41d0
1 volatile static unsigned char *sif= (unsigned char *)0xffff;
3 void
4 _putchar(unsigned char c)
6 *sif= 'p';
7 *sif= c;
10 void
11 _initEmu(void)
15 void
16 _exitEmu(void)
18 *sif= 's';