bit.hex2asciiΒΆ

ascii := the ascii representation of the value of hex (digits & capital-letters).
ascii is bit[:8], hex is bit[:4].

SignatureΒΆ

def hex2ascii ascii, hex @ dec_label, hex_label, nine4, end { ... }

Defined in bit/casting.fj β€” lines 42–57 (view on GitHub).

ComplexityΒΆ

  • Time: 15@+7

  • Space: 21@+30

See the complexity glossary for what @, w, dw, dbit, n mean.

SourceΒΆ

Depends onΒΆ

Used byΒΆ

Example usesΒΆ


← Previous: bit.dec2ascii Next: bit.ascii2bin β†’