localcom-1.s
来自「俄罗斯高人Mamaich的Pocket gcc编译器(运行在PocketPC上)」· S 代码 · 共 27 行
S
27 行
! The implicit equation from a datalabel to the main symbol was incorrect! at one time. This is reasonably close to the original testcase. .mode SHcompactstart: nop nop nop nop nop nop nop nop .set dd,d .long b .long datalabel b .long datalabel dd .word 0x1234 .local a .comm a,4,4 .local b .comm b,4,4 .local c .comm c,4,4 .local d .comm d,4,4
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?