Implement thumb1_EOR_reg

This commit is contained in:
MerryMage 2016-07-08 18:14:50 +08:00
parent 8a0511d297
commit df0c324923
8 changed files with 32 additions and 2 deletions

View file

@ -31,3 +31,4 @@ OPCODE(LogicalShiftRight, T::U32, T::U32, T::U8,
OPCODE(ArithmeticShiftRight, T::U32, T::U32, T::U8, T::U1 )
OPCODE(AddWithCarry, T::U32, T::U32, T::U32, T::U1 )
OPCODE(And, T::U32, T::U32, T::U32 )
OPCODE(Eor, T::U32, T::U32, T::U32 )