bootstrap
bootstrap copied to clipboard
Implement %tcall in bootstrap3
Having a tail call macro in bootstrap3
would simplify a lot of code. This code would need to adjust the stack pointer like %ret
does before making the call to the procedure.