hex.input (arity 1)ΒΆ
byte[:2] = input(8bits) // lsb first
SignatureΒΆ
def input byte { ... }
Defined in hex/input.fj β lines 32β35 (view on GitHub).
ComplexityΒΆ
Time:
4@+14Space:
4@+36
See the complexity glossary for what @, w, dw, dbit, n mean.
SourceΒΆ
Click to view the macro body
def input byte {
.input_hex byte
.input_hex byte+dw
}
Depends onΒΆ
Used byΒΆ
Example usesΒΆ
hex.input_dec_uint_untilinhex/input.fjhex.input_dec_int_untilinhex/input.fjhex.input_ptr_lineinhex/strings.fj
β Previous: hex.input_hex
Next: hex.input/2 β