@@ -519,7 +519,7 @@ namespace z80
{
const int8_t d = (int8_t)READ_MEM_8();
rB--;
if (rB==0)
if (rB!=0)
rPC = rPC + d;
t+=5;
The note is not visible to the blocked user.