hex/output.fjΒΆ
βββ- Output Hex
MacrosΒΆ
hexΒΆ
hex.outputβ output 4 bits from hex (lsb first)hex.print/1β output 8 bits from x[:2] (lsb first)hex.print/2β output n bytes from x[:2n] (lsb first)hex.print_as_digit/2β prints the ascii of the hexadecimal representation of hex.hex.print_as_digit/3β prints the ascii of the hexadecimal representation of x[:n].hex.print_uintβ print the unsigned x[:n], without leading zeros.hex.print_intβ print the signed x[:n], without leading zeros.
hex.print_uintΒΆ
hex.print_uint.print_digitβ print the ascii of the hexadecimal representation of hex (skip leading zeros, based on printed_something)