arm-elf-as 注释问题
也许这个问题太简单了,但我真的搞不明白,哪位大侠帮帮记忙
arm-elf-as 汇编中用什么表示注释?
有说 ; @ // /* */
好像 ; 和 // 有时候不行
----------------------------------------
.text
.globl _start
; abc
@ abc
/* abc */
// abc
_start:
mov r0,#0
b .
.end
----------------------------------------------
D:zll>arm-elf-as -o test.o test.s
test.s: Assembler messages:
test.s:3: Error: bad instruction `abc '
test.s:6: Error: junk at end of line, first unrecognized character is `/'
文档上是这么说的:
Anything from `/*' through the next `*/' is a comment.
ARM Dependent Features:
`;' is the line comment character.
怎么回事呀?我有些晕了
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论