hex.print (arity 1)ΒΆ
output 8 bits from x[:2] (lsb first)
SignatureΒΆ
def print x { ... }
Defined in hex/output.fj β lines 63β66 (view on GitHub).
ComplexityΒΆ
Time:
2@Space:
2@+52
See the complexity glossary for what @, w, dw, dbit, n mean.
SourceΒΆ
Click to view the macro body
def print x {
.output x
.output x+dw
}
Depends onΒΆ
Used byΒΆ
Example usesΒΆ
hex.print_ptr_textinhex/strings.fjhex.print_ptr_lineinhex/strings.fj
β Previous: hex.output
Next: hex.print/2 β