pub unsafe extern "C" fn cputhex(n: c_long, prec: c_uchar)Expand description
\m65libsummary{cputhex}{Output an hex-formatted number at current position} \m65libsyntax {void cputhex(long n, unsigned char prec)} \m65libparam {n}{The number to write} \m65libparam {prec}{The precision of the hex number, in digits. Leading zeros will be printed accordingly} \m65libremarks {The $ symbol will be automatically added at beginning of string}