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@+7Space:
21@+30
See the complexity glossary for what @, w, dw, dbit, n mean.