hex.sp_add

Effectively:  sp += value

Signature

def sp_add value < hex.pointers.sp { ... }

Defined in hex/pointers/stack.fj — lines 22–24 (view on GitHub).

Complexity

  • Time: 13@+26

  • Space: w(0.375@ + 3.25) + 7.5@+94

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

Source

Depends on


← Previous: hex.sp_dec Next: hex.sp_sub