cs_arm_op.subtracted

in some instructions, an operand can be subtracted or added to the base register, if TRUE, this operand is subtracted. otherwise, it is added.

struct cs_arm_op
bool subtracted;

Meta