improve nop handling and proper behaviour for LDM^

fixes dslinux
This commit is contained in:
RSDuck
2020-02-04 17:28:51 +01:00
parent 000c03c9d6
commit ec965c6014
9 changed files with 25 additions and 10 deletions

View File

@ -79,6 +79,8 @@ public:
opInvertOp2 = 1 << 5,
};
void Nop() {}
void A_Comp_Arith();
void A_Comp_MovOp();
void A_Comp_CmpOp();