ARM 学习笔记之18:How to make your assembly source line more readable

博客介绍了让ARM源文件更易读的方法,可在每行末尾用反斜杠(\\)将长行分割成多行,反斜杠后不能有其他字符,汇编器将其与换行符视为空白。还可使用空行提升可读性,同时提醒引号字符串内勿用,行长度含反斜杠扩展最多4095字符。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

To make source files easier to read, you can split a long line of source into several lines by placing a backslash character (\) at the end of the line. The backslash must not be followed by any other characters, including spaces and tabs. The assembler treats the backslash followed by end-of-line sequence as white space. You can also use blank lines to make your code more readable.
------------------------------------ Note ----------------------------------
Do not use the backslash followed by end-of-line sequence within quoted strings.

-------------------------------------------------------------------------------
The limit on the length of lines, including any extensions using backslashes, is 4095 characters
 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值