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ΒΆ
Click to view the macro body
def get_sp dst < hex.pointers.sp {
hex.mov w/4, dst, hex.pointers.sp
}
Depends onΒΆ
β Previous: stl.return
Next: stl.fcall β