arm 汇编技巧

  1. 汇编标号:f表示forward, b表示backward:

Here is an example:

1: branch 1f

2: branch 1b

1: branch 2f

2: branch 1b

Which is the equivalent of:

label_1: branch label_3

label_2: branch label_1

label_3: branch label_4

label_4: branch label_3

The "post-indexed" forms mean that the memory address is the base register value, then base plus

offset is written back to the base register.

先用base,再base= base+offset

• The "pre-indexed" forms mean that the memory address is the base register value plus offset, then the

computed address is written back to the base register.

先base= base+offset, 再用base

相关推荐
淡淡烟雨淡淡愁1 小时前
安装libreoffice
linux
蜀道山老天师1 小时前
云原生监控入门:监控基础概念 + SLI/SLO/SLA 详解 + Prometheus 从零安装配置
linux·运维·云原生·prometheus
AIDF20262 小时前
linux 服务器网络问题排查
linux·服务器·网络
楼兰公子2 小时前
br_opi5_plus_defconfig 附带uboot
linux·运维·服务器
mzhan0173 小时前
Linux: signal: SIGALRM; alarm: ITIMER_REAL
linux·运维·服务器
mzhan0173 小时前
Linux: compare的直观性
java·linux·服务器
原来是猿3 小时前
TCP Server 业务扩展实战:从 Echo 到远程命令执行与词典翻译
linux·运维·服务器
剑神一笑4 小时前
Linux awk 命令:文本处理的瑞士军刀
linux·运维·chrome
用户2367829801685 小时前
Linux df 命令深度解析:从磁盘空间监控到 inode 耗尽排查
linux
3301_5 小时前
Debian13 ThinkPad T490安装指纹解锁
linux