U8
#define U8(ptr) get_u8(ctx->ctx->bios, (ptr))
typedef unsigned char U8;
typedef u8 U8;
typedef uint8_t U8;