📄 labelbug.s
字号:
.SPACE $PRIVATE$ .SUBSPA $DATA$,QUAD=1,ALIGN=8,ACCESS=31 .SUBSPA $BSS$,QUAD=1,ALIGN=8,ACCESS=31,ZERO,SORT=82 .SPACE $TEXT$, SORT=8 .SUBSPA $LIT$,QUAD=0,ALIGN=8,ACCESS=44 .SUBSPA $CODE$,QUAD=0,ALIGN=8,ACCESS=44,CODE_ONLY .SPACE $TEXT$ .SUBSPA $CODE$ .align 4; A comment. This should not be interpreted as a label, but both of the; following statements should.label_without_colonlabel_with_colon:; A problem tege found...; Input scrubbing in gas makes life a real nightmare for assemblers; in which the *position* within a line determines how to interpret; a stream a characters. These test one particular case where gas; had the tendency to delete the whitespace between the opcode and; operands if a label without a colon began a line, and the operands; started with a non-numeric character.L$1 add %r2,%r2,%r2L$2: add %r2,%r2,%r2L$3 add %r2,%r2,%r2L$4 add 2,%r2,%r2L$5: add 2,%r2,%r2L$6 add 2,%r2,%r2; An instruction or pseudo-op may begin anywhere after column 0. b,n label_without_colon
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -