@@ -338,7 +338,7 @@ namespace z80
rF=0;
FLAGS_SZXY(res);
if ( (res & 0x0f) <= (rA & 0x0f) ) SET_FLAGS(fH);
if ( res <= rA ) SET_FLAGS(fC);
if ( res > 255 ) SET_FLAGS(fC);
if ( (b^rA^0x80) & (b^res) & 0x80 ) SET_FLAGS(fV);
rA = (uint8_t)res;
}
The note is not visible to the blocked user.