ARM9常用指令集 ADC 带进位的32位数加法 ADD 32位数相加 AND 32位数的逻辑与 B 在32M空间内的相对跳转指令 BEQ 相等则跳转(Branch if EQual) BNE 不相等则跳转(Branch if Not Equal) BGE 大于或等于跳转(Branch if Greater than or Equa) BGT 大于跳转(Branch if Greater Than) BIC 32位数的逻辑位清零 BKPT 断点指令 BL 带链接的相对跳转指令 BLE 小于或等
Table of Contents Preface About this book Using this book Glossary Typographic conventions Feedback Other information 1 Overview of the Assembler 1.1 About the ARM Compiler toolchain assemblers 1.2 Key features of the assembler 1.3 How the assembler