mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-07 23:18:10 +01:00
Implement thumb1_ORR_reg
This commit is contained in:
parent
3fe46d2c6f
commit
98a64a92b1
8 changed files with 32 additions and 2 deletions
|
|
@ -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 )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue