这段代码怎么理解?
时间:2006-09-19
来源:互联网
最近正在学习LINUX下的ARM汇编编程,有下面一段代码,
b 1f
.word 0x016f2818 @ Magic numbers to help the loader
.word start @ absolute load/run zImage address
.word _edata @ zImage end address
1: mov r7, r1 @ save architecture ID
mov r8, #0 @ save r0
不知道其中第一名“b 1f”是不是跳转到label 1: ?这个后面的"f"是什么意思啊?谢谢
b 1f
.word 0x016f2818 @ Magic numbers to help the loader
.word start @ absolute load/run zImage address
.word _edata @ zImage end address
1: mov r7, r1 @ save architecture ID
mov r8, #0 @ save r0
不知道其中第一名“b 1f”是不是跳转到label 1: ?这个后面的"f"是什么意思啊?谢谢
作者: InDepth 发布时间: 2006-09-19
f :jump forward
b:jump backward
if the code is 'b 1b' ,then the code must be
xxx
xxx
1: xxx
xxx
...
b 1b
b:jump backward
if the code is 'b 1b' ,then the code must be
xxx
xxx
1: xxx
xxx
...
b 1b
作者: unixs 发布时间: 2006-09-25
哈哈:
有意识
有意识
作者: sof_ljh 发布时间: 2006-09-28
相关阅读 更多
热门阅读
-
office 2019专业增强版最新2021版激活秘钥/序列号/激活码推荐 附激活工具
阅读:74
-
如何安装mysql8.0
阅读:31
-
Word快速设置标题样式步骤详解
阅读:28
-
20+道必知必会的Vue面试题(附答案解析)
阅读:37
-
HTML如何制作表单
阅读:22
-
百词斩可以改天数吗?当然可以,4个步骤轻松修改天数!
阅读:31
-
ET文件格式和XLS格式文件之间如何转化?
阅读:24
-
react和vue的区别及优缺点是什么
阅读:121
-
支付宝人脸识别如何关闭?
阅读:21
-
腾讯微云怎么修改照片或视频备份路径?
阅读:28