mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-07-26 23:13:54 +00:00
Add missing thirdparty files
This commit is contained in:
9
thirdparty/capstone/suite/MC/ARM/arm_addrmode3.s.cs
vendored
Normal file
9
thirdparty/capstone/suite/MC/ARM/arm_addrmode3.s.cs
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
# CS_ARCH_ARM, CS_MODE_ARM, None
|
||||
0xd2,0x10,0xb0,0xe0 = ldrsbt r1, [r0], r2
|
||||
0xd4,0x10,0xf0,0xe0 = ldrsbt r1, [r0], #4
|
||||
0xf2,0x10,0xb0,0xe0 = ldrsht r1, [r0], r2
|
||||
0xf4,0x10,0xf0,0xe0 = ldrsht r1, [r0], #4
|
||||
0xb2,0x10,0xb0,0xe0 = ldrht r1, [r0], r2
|
||||
0xb4,0x10,0xf0,0xe0 = ldrht r1, [r0], #4
|
||||
0xb2,0x10,0xa0,0xe0 = strht r1, [r0], r2
|
||||
0xb4,0x10,0xe0,0xe0 = strht r1, [r0], #4
|
Reference in New Issue
Block a user