QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1057|回复: 1

这断代码的作用是什么啊

[复制链接]
发表于 2006-3-16 09:17:31 | 显示全部楼层 |阅读模式
vivi中2410的head.s文件中的

@
@ VIVI magics
@

@ 0x20: magic number so we can verify that we only put
        .long   0
@ 0x24:
        .long   0
@ 0x28: where this vivi was linked, so we can put it in memory in the right place
        .long   _start
@ 0x2C: this contains the platform, cpu and machine id
        .long   ARCHITECTURE_MAGIC
@ 0x30: vivi capabilities
        .long   0
#ifdef CONFIG_PM
@ 0x34:
        b        SleepRamProc
#endif
#ifdef CONFIG_TEST
@ 0x38:
        b        hmi
#endif

请问这断代吗起到什么作用啊?
发表于 2006-3-21 10:45:15 | 显示全部楼层
.long  应该是汇编中的伪操作符,表示存储long型数据,4个字节。关于伪操作符的dd,LZ自己查查资料吧
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-23 12:17 , Processed in 0.067052 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表