Pick three bugfixes from next branch to trunk for inclusion in 4.5.0 RC2, as discusse...
[sdcc.git] / sdcc / support / regression / ports / ucz80n / support.c
blob79bde9a57fd9f19efeeb5c09e6d400729e902e31
1 __sfr __at 0xff sif;
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';