stl.get_spΒΆ

(Unsafe if dst overlaps with hex.pointers.sp).
dst[:w/4] = sp

SignatureΒΆ

def get_sp dst < hex.pointers.sp { ... }

Defined in ptrlib.fj β€” lines 80–82 (view on GitHub).

ComplexityΒΆ

  • Time: n(2@)

  • Space: n(2@+24)

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

Requires initΒΆ

The following must be initialised before this macro is invoked:

  • the stack_init.

SourceΒΆ

Depends onΒΆ


← Previous: stl.return Next: stl.fcall β†’