rom_table_code() function
Return a bootrom lookup code based on two ASCII characters These codes are uses to lookup data or function addresses in the bootrom
Syntax
static inline uint32_t rom_table_code(uint8_t c1,
uint8_t c2);
Return value
the 'code' to use in rom_func_lookup() or rom_data_lookup()