Added tests for switch statement and the z80 loop induction problem
[fw/sdcc] / support / regression / ports / z80 / support.asm
index 4c4c35ada29dde3abe2b9348a7fbf1da637ac06e..01e0ef8b73cdd4953f84dff75780a9f2e6455f73 100644 (file)
@@ -1,5 +1,9 @@
         .area   _CODE
         .globl  _putchar
+        .globl  _exit
 
 __putchar::
         jp      _putchar
+
+__exitEmu::
+        jp      _exit