stl.fcall

Jumps to label, and saves the return address in the given “ret_reg” variable.

Signature

def fcall label, ret_reg @ ret { ... }

Defined in ptrlib.fj — lines 93–98 (view on GitHub).

Complexity

  • Time: @-1

  • Space: @-1

See the complexity glossary for what @, w, dw, dbit, n mean.

Source

Used by

Example uses


← Previous: stl.get_sp Next: stl.fret