fetch_decode_modrm
#define FETCH_DECODE_MODRM(mod,rh,rl) fetch_decode_modrm(&mod,&rh,&rl)
void fetch_decode_modrm(int *mod, int *regh, int *regl);