Rizin
unix-like reverse engineering framework and cli tools
arm-aliases.s.cs
Go to the documentation of this file.
1 # CS_ARCH_ARM, CS_MODE_ARM, None
2 0x03,0x10,0x82,0xe0 = add r1, r2, r3
3 0x03,0x10,0x42,0xe0 = sub r1, r2, r3
4 0x03,0x10,0x22,0xe0 = eor r1, r2, r3
5 0x03,0x10,0x82,0xe1 = orr r1, r2, r3
6 0x03,0x10,0x02,0xe0 = and r1, r2, r3
7 0x03,0x10,0xc2,0xe1 = bic r1, r2, r3
r3
Definition: arm-aliases.s.cs:3
r2
Definition: arm-aliases.s.cs:2
static RzILOpEffect * bic(cs_insn *insn)
Definition: arm_il64.c:664
static int add(char *argv[])
Definition: ziptool.c:84