- fixed LEI instruction
This commit is contained in:
Curt Coder 2008-06-11 19:19:00 +00:00
parent 2f524636c6
commit d8c3b0e4f1

View File

@ -915,9 +915,9 @@ INSTRUCTION(lei)
EN = y;
if (!BIT(EN, 2))
if (BIT(EN, 2))
{
OUT_L(0);
OUT_L(Q);
}
}