Implement thumb1_ORR_reg

This commit is contained in:
MerryMage 2016-07-10 09:06:38 +08:00
parent 3fe46d2c6f
commit 98a64a92b1
8 changed files with 32 additions and 2 deletions

View file

@ -34,3 +34,4 @@ OPCODE(AddWithCarry, T::U32, T::U32, T::U32,
OPCODE(SubWithCarry, T::U32, T::U32, T::U32, T::U1 )
OPCODE(And, T::U32, T::U32, T::U32 )
OPCODE(Eor, T::U32, T::U32, T::U32 )
OPCODE(Or, T::U32, T::U32, T::U32 )