华为鲲鹏处理器汇编编程¶
本章节知识点强调:
- 数据类型和寄存器:CPSR寄存器
- ARM指令:执行条件(Conditional Code)
- 寻址方式:多寄存器寻址、栈寻址
- 伪指令
PART01 数据类型和寄存器¶
数据定义¶
| 类型 | 含义 | 说明 |
|---|---|---|
.byte |
||
.short |
||
.long/.word |
||
.qude |
||
.floar |
||
.string/.asciz//ascii |
ARM指令¶
-
MNEMONIC{S} {condition} {Rd},Operand1,Operand2
-
[\<label>:][\<instruction or directive or pseudo-instruction>]@comment