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

相关推荐
QT 小鲜肉13 分钟前
【Linux命令大全】001.文件管理之mc命令(实操篇)
linux·运维·服务器·前端·笔记
ST小智1 小时前
2025年创作历程回顾与个人生活平衡
大数据·linux·人工智能
你好helloworld1 小时前
ubuntu安装protobuf
linux·运维·ubuntu
chenyuhao20241 小时前
Linux网络编程:UDP和TCP套接字编程
linux·网络·udp·tcp
一只努力学习的Cat.1 小时前
Linux:五种IO模型
linux·服务器
Atri厨2 小时前
awk入门练习题
linux·运维·服务器
胖好白2 小时前
【RK3588开发】RK3588的Debian系统环境搭建
linux·vscode·debian
Alex Cafu2 小时前
Linux网络编程1(OSI模型与TCP/IP协议栈)
linux·c语言·网络·tcp/ip
zeijiershuai3 小时前
Linux、Linux常用命令、Linux软件安装、Linux项目部署
linux·运维·服务器
小宇的天下3 小时前
Calibre nmDRC 高级边缘处理与输出控制(17)
linux·运维·lvs