hex_asc_lo
btext_drawchar(hex_asc_lo(v >> 56));
btext_drawchar(hex_asc_lo(v >> 48));
btext_drawchar(hex_asc_lo(v >> 40));
btext_drawchar(hex_asc_lo(v >> 32));
btext_drawchar(hex_asc_lo(v >> 24));
btext_drawchar(hex_asc_lo(v >> 16));
btext_drawchar(hex_asc_lo(v >> 8));
btext_drawchar(hex_asc_lo(v));
return _SMC_KEY("gP\0\0") | hex_asc_hi(offset) << 8 | hex_asc_lo(offset);
get_buf[count + 3] = hex_asc_lo(checksum);
str[4] = hex_asc_lo(id >> 8);
str[6] = hex_asc_lo(id);
obj->name[obj->name_len++] = hex_asc_lo(filetype >> 8);
obj->name[obj->name_len++] = hex_asc_lo(filetype >> 4);
obj->name[obj->name_len++] = hex_asc_lo(filetype >> 0);
*buf++ = hex_asc_lo(byte);
buffer[2] = hex_asc_lo(status);
dbg_io_ops->write_char(hex_asc_lo(checksum));
dbg_io_ops->write_char(hex_asc_lo(checksum));
linebuf[lx++] = hex_asc_lo(ch);
hex[j++] = hex_asc_lo(data[i]);
*out = hex_asc_lo(c);
*buf = hex_asc_lo(addr[i]);
*p++ = hex_asc_lo(hi);
*p++ = hex_asc_lo(lo);
hbuffer[k++] = hex_asc_lo(n->ha[j]);