hex/input.fjΒΆ
βββ- Input Hex
MacrosΒΆ
hexΒΆ
hex.input_hexβ hex := input(4bits) // lsb firsthex.input/1β byte[:2] = input(8bits) // lsb firsthex.input/2β bytes[:2n] = input(8n-bits) // lsb firsthex.input_as_hex/2β hex = hex_from_ascii(input(1byte))hex.input_as_hex/3β hex[:n] = hex_from_ascii(input(n-bytes))