hex/pointers/write_pointers.fjΒΆ
βββ- Write Pointers
MacrosΒΆ
hexΒΆ
hex.write_hex/2β src is a hex. ptr is ahex[:w/4]that holds an address, which we assume isdw-aligned.hex.zero_ptrβ ptr is ahex[:w/4]that holds an address, which we assume isdw-aligned.hex.write_byte/2β src is ahex[:2].ptr is ahex[:w/4]that holds an address, which we assume isdw-aligned.hex.write_hex_and_incβ src is a hex. ptr is ahex[:w/4]that holds an address, which we assume isdw-aligned.hex.write_hex/3β src is ahex[:n].ptr is ahex[:w/4]that holds an address, which we assume isdw-aligned.hex.write_byte_and_incβ src is ahex[:2].ptr is ahex[:w/4]that holds an address, which we assume isdw-aligned.hex.write_byte/3β src is ahex[:2n].ptr is ahex[:w/4]that holds an address, which we assume isdw-aligned.