romaddr_tostr
printf("rom%s", romaddr_tostr(romaddr));
printf("rom=%s\n", romaddr_tostr(romaddr));
static const char *romaddr_tostr(uint32_t);