hex.ptr_jump¶
like: ;*ptr
Jump to the address the pointer points to.
ptr is a hex[:w/4] that holds an address.
Signature¶
def ptr_jump ptr < hex.pointers.to_jump { ... }
Defined in hex/pointers/basic_pointers.fj — lines 109–112 (view on GitHub).
Complexity¶
Time:
w(0.5@+2)Space:
w(0.5@+14)
See the complexity glossary for what @, w, dw, dbit, n mean.