bit/output.fjΒΆ
MacrosΒΆ
bitΒΆ
bit.outputβ Complexity @+2bit.print/1β Complexity 8@+16bit.print/2β Complexity n(8@+16)bit.print_strβ Complexity min(n,len+1)*(16@+32)bit.print_as_digit/1β x is a bit.bit.print_as_digit/2β x is abit[:n], and n is a size constant.bit.print_hex_uintβ x_prefix (constant): print with the β0xβ prefix.bit.print_hex_intβ x_prefix (constant): print with the β0xβ prefix.bit.print_dec_uintβ The number 28/93 is the ratio of the number of decimal digits and the number of binary digits.bit.print_dec_intβ The number 28/93 is the ratio of the number of decimal digits and the number of binary digits.
bit._ΒΆ
bit.print_hex_uintΒΆ
bit.print_dec_uintΒΆ
bit.print_dec_uint.div10_stepβ @Uses thelabel-functionsdiv10 and xor (print_dec_uint implements them), and thereturn-registerret_reg.bit.print_dec_uint.print_charβ ascii4 isbit[:4], char_flag is a bit.