__ROM_FUNC_TABLE
#define ROMGETC() (*(int (*)(void))__ROM_FUNC_TABLE[3])()
#define ROMPUTC(x) (*(void (*)(int))__ROM_FUNC_TABLE[4])(x)