hex.sp_inc¶
Effectively: sp++
Signature¶
def sp_inc < hex.pointers.sp { ... }
Defined in hex/pointers/stack.fj — lines 8–10 (view on GitHub).
Complexity¶
Time:
9@+14Space:
w(0.375@ + 3.25) + 5@+55
See the complexity glossary for what @, w, dw, dbit, n mean.
Source¶
Click to view the macro body
def sp_inc < hex.pointers.sp {
.ptr_inc hex.pointers.sp
}
Depends on¶
Used by¶
Example uses¶
hex.push_ret_addressinhex/pointers/stack.fjhex.push_hexinhex/pointers/stack.fjhex.push_byteinhex/pointers/stack.fj
Next: hex.sp_dec →