f_rm
#define f_rm(rex, byte) (((byte)&0x7) | (rex & REX_B ? 0x8 : 0x0))
#define f_rm(byte) ((byte)&0x7)