test_byte
static void test_byte (struct x86emu *, uint8_t d, uint8_t s);
test_byte(emu, destval, srcval);
common_binop_ns_byte_rm_r(emu, test_byte);
test_byte(emu, emu->x86.R_AL, fetch_byte_imm(emu));