打印

初学者问arm汇编和c混合编程

[复制链接]
1997|2
手机看帖
扫描二维码
随时随地手机跟帖
跳转到指定楼层
楼主
ruiyang719|  楼主 | 2012-11-9 21:58 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
沙发
ruiyang719|  楼主 | 2012-11-10 08:05 | 只看该作者
不好意思了!那三个单词写的有点问题,是这三个的区别
instruction
pseudo
directive
多谢各位大侠们帮忙了!

使用特权

评论回复
板凳
阿南| | 2012-11-10 09:33 | 只看该作者
转载一个帖子:http://blog.csdn.net/msephd/article/details/7308583

The Diferences Between instruction,pseudo-instruction and directive of arm .
分类: ARM 2012-03-01 10:01 49人阅读 评论(0) 收藏 举报

arm instruction ,pseudo-instruction,directive含义与区别
分类: arm assembly 2011-11-29 11:25 12人阅读 评论(0) 收藏 编辑 删除
arm instruction ,pseudo-instruction,directive含义与区别

在arm中 instruction,pseudo-instruction,directive分别被称为:

instruction:指令

pseudo-instruction:伪指令

directive: 伪操作


指令(instruction)与汇编伪指令(pseudo-instruction)的区别在于:

       1条instruction与1条机器指令对应,而编译器会把1条pseudo-instruction编译为1条或多条机器指令

汇编伪操作(directive)与汇编伪指令(pseudo-instruction)的区别在于:

       注意:千万别把汇编伪操作(directive)与汇编伪指令(pseudo-instruction)弄混了,directive不会被编译器编译为机器指令,但pseudo-instruction会。

使用特权

评论回复
发新帖 我要提问
您需要登录后才可以回帖 登录 | 注册

本版积分规则

0

主题

2

帖子

0

粉丝