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β use_uppercase (constant): if true, print in uppercase (else lowercase).hex.print_as_digit/3β use_uppercase (constant): if true, print in uppercase (else lowercase).hex.print_uintβ x_prefix (constant): print with the β0xβ prefix.hex.print_intβ x_prefix (constant): print with the β0xβ prefix.
hex.print_uintΒΆ
hex.print_uint.print_digitβ printed_something (bit [inout]): have any digit printed yet? (the macro also updates it)