hex.write_byte (arity 2)¶

like:  *ptr = src[:2]
src is a hex[:2]. ptr is a hex[:w/4] that holds an address, which we assume is dw-aligned.

Signature¶

def write_byte ptr, src < hex.pointers.read_byte { ... }

Defined in hex/pointers/write_pointers.fj — lines 30–35 (view on GitHub).

Complexity¶

  • Time: w(0.75@+5)  + 17@+37

  • Space: w(0.75@+29) + 17@+200

See the complexity glossary for what @, w, dw, dbit, n mean.

Depends on¶

Used by¶