common_set_byte
common_set_byte(emu, ACCESS_FLAG(F_OF));
common_set_byte(emu, !ACCESS_FLAG(F_OF));
common_set_byte(emu, ACCESS_FLAG(F_CF));
common_set_byte(emu, !ACCESS_FLAG(F_CF));
common_set_byte(emu, ACCESS_FLAG(F_ZF));
common_set_byte(emu, !ACCESS_FLAG(F_ZF));
common_set_byte(emu, ACCESS_FLAG(F_CF) || ACCESS_FLAG(F_ZF));
common_set_byte(emu, !(ACCESS_FLAG(F_CF) || ACCESS_FLAG(F_ZF)));
common_set_byte(emu, ACCESS_FLAG(F_SF));
common_set_byte(emu, !ACCESS_FLAG(F_SF));
common_set_byte(emu, ACCESS_FLAG(F_PF));
common_set_byte(emu, !ACCESS_FLAG(F_PF));
common_set_byte(emu, xorl(ACCESS_FLAG(F_SF), ACCESS_FLAG(F_OF)));
common_set_byte(emu, xorl(ACCESS_FLAG(F_SF), ACCESS_FLAG(F_OF)));
common_set_byte(emu,
common_set_byte(emu,