hex.push_hex¶
Like: stack[++sp] = hex
Pushes the given hex to the next cell in the stack. Increments sp.
Signature¶
def push_hex hex < hex.pointers.sp { ... }
Defined in hex/pointers/stack.fj — lines 59–62 (view on GitHub).
Complexity¶
Time:
w(0.75@+ 5) + 20@+ 39Space:
w(1.13@+32) + 16@+167
See the complexity glossary for what @, w, dw, dbit, n mean.