REX_B
#define f_rm(byte, rex) (((byte)&0x7) + REX_B(rex))
#define sib_base(byte, rex) (((byte)&0x7) + REX_B(rex))