Added tail call optimization

This commit is contained in:
polluks
2022-02-02 23:02:01 +01:00
committed by mrdudz
parent 27f975666c
commit ad95ba7854
3 changed files with 4 additions and 6 deletions

View File

@@ -12,7 +12,6 @@
.proc _fdisp: near
jsr SCAND ; Flash Display
rts
jmp SCAND ; Flash Display
.endproc