Use 'ao-dbg' instead of 's51' to communicate with TeleMetrum
[fw/sdcc] / support / regression / ports / z80 / support.asm
1         .area   _CODE
2         .globl  _putchar
3         .globl  _exit
4
5 __putchar::
6         jp      _putchar
7
8 __initEmu::
9         ret
10
11 __exitEmu::
12         jp      _exit