Re: UniPCemu's 8086 vs newer CPU BCD instruction flags?
Posted on 2017-06-28, 14:00
I've tried to apply the AAD instruction, but flags doesn't match, according to the EPC's 80186 testsuite? CPUPROT1 oper2b = REG_AL; //What to add! REG_AL = (REG_AH*data); //AAD oper1b = REG_AL; //Load for addition! op_add8(); //Add, 8-bit, including flags! REG_AL = res8; //The result to load! REG_AH …