You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
capstone/suite/MC/ARM/arm_addrmode3.s.cs

10 lines
365 B

# 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