#汇编语言#
GNU下的ARM伪操作
1.数据定义伪操作:.byte,.short,.long,
.quad,.float,.string/.asciz/.ascii
2.重复定义伪操作.rept
3.赋值语句.equ/.set;
4.函数的定义 ;
5.对齐方式伪操作 .align;
6.源文件结束伪操作.end;
7.include伪操作;
8.if伪操作;
9.global/ .globl 伪操作 ;
10.type伪操作 ;
11.列表控制语句 ;
区别于gas汇编的通用伪操作,下面是ARM特有的伪操作 :.reg ,.unreq ,.code ,.thumb ,.thumb_func ,.thumb_set, .ltorg ,.pool
汇编语言IDE
离玄RadASM 无疑是汇编语言最好的 IDE