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.
8 lines
255 B
8 lines
255 B
3 years ago
|
# CS_ARCH_ARM, CS_MODE_ARM, None
|
||
|
0x03,0x10,0x82,0xe0 = add r1, r2, r3
|
||
|
0x03,0x10,0x42,0xe0 = sub r1, r2, r3
|
||
|
0x03,0x10,0x22,0xe0 = eor r1, r2, r3
|
||
|
0x03,0x10,0x82,0xe1 = orr r1, r2, r3
|
||
|
0x03,0x10,0x02,0xe0 = and r1, r2, r3
|
||
|
0x03,0x10,0xc2,0xe1 = bic r1, r2, r3
|