hex.ptr_wflip¶
like: wflip *ptr, value
ptr is a hex[:w/4] that holds an address, which we assume is w-aligned.
Signature¶
def ptr_wflip ptr, value { ... }
Defined in hex/pointers/xor_to_pointer.fj — lines 153–156 (view on GitHub).
Complexity¶
Time:
w(1.5@+5)Space:
w(1.5@+17)
See the complexity glossary for what @, w, dw, dbit, n mean.