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 77–79 (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.

Depends on¶