* Question
What types of ARM data processing instructions are there? |
* Answer
Data processing instructions can be roughly divided into three categories: data transfer instructions (such as MOV, MVN), arithmetic logic operations instructions (such as ADD, SUB, AND) and comparison instructions (such as CMP, TST) |
COMMENTS