hex/pointers/read_pointers.fjΒΆ
βββ- Read Pointers
MacrosΒΆ
hexΒΆ
hex.read_hex/2β dst is a hex. ptr is ahex[:w/4]that holds an address, which we assume isdw-aligned.hex.read_byte/2β dst is ahex[:2].ptr is ahex[:w/4]that holds an address, which we assume isdw-aligned.hex.read_hex_and_incβ dst is a hex. ptr is ahex[:w/4]that holds an address, which we assume isdw-aligned.hex.read_hex/3β dst is ahex[:n].ptr is ahex[:w/4]that holds an address, which we assume isdw-aligned.hex.read_byte_and_incβ dst is ahex[:2].ptr is ahex[:w/4]that holds an address, which we assume isdw-aligned.hex.read_byte/3β dst is ahex[:2n].ptr is ahex[:w/4]that holds an address, which we assume isdw-aligned.