MockbaTheBorg/RunCPM

Tail Call Optimization

polluks opened this issue · 1 comments

--- LUA.BAK     2018-01-16 13:31:48.000000000 +0100
+++ LUA.Z80     2024-08-16 09:39:43.681834800 +0200
@@ -20,6 +20,5 @@
        ld      (deffcb+10), a
        ld      a, 'A'
        ld      (deffcb+11), a
-       call    bdos
-       ret
+       jp      bdos
+;

LUA.Z80. Is gone. I coincidentally pulled Lua completely from the repository few days ago.