Searched refs:romprint_hextable (Results 1 – 1 of 1) sorted by relevance
95 static char romprint_hextable[] = "0123456789abcdef@"; variable99 (RELOC(romprint_hextable[((v)>>4)&0xf], char)); \101 (RELOC(romprint_hextable[(v)&0xf], char)); \