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β *supports 0-9,a-f,A-F.if canβt cast, jumps to error.hex.input_as_hex/3β *supports 0-9,a-f,A-F.if canβt cast, jumps to error.