hex.push_byte¶
Like: stack[++sp] = byte[:2]
Pushes the given byte to the next cell in the stack. Increments sp.
byte is a hex[:2].
Signature¶
def push_byte byte < hex.pointers.sp { ... }
Defined in hex/pointers/stack.fj — lines 69–72 (view on GitHub).
Complexity¶
Time:
w(0.75@+ 5) + 26@+ 51Space:
w(1.13@+32) + 22@+255
See the complexity glossary for what @, w, dw, dbit, n mean.