PIR/fast_call # opcode
call _label # bsr _label
.param reg # restore reg
.result reg # restore reg
.arg var # save var
.return var # save var
These are used with Parrot calling conventions too and just hide the
details. "call" looks like another opcode but isn't one.
leo