Added tail call optimization

This commit is contained in:
polluks
2022-02-02 23:02:01 +01:00
parent b00cb182d9
commit a26778744a
3 changed files with 4 additions and 6 deletions

View File

@@ -12,7 +12,6 @@
.proc _beep: near
jsr BEEP ; Beep
rts
jmp BEEP ; Beep
.endproc