movi-2.s
来自「俄罗斯高人Mamaich的Pocket gcc编译器(运行在PocketPC上)」· S 代码 · 共 29 行
S
29 行
! Check MOVI expansion of local symbols that should get segment-relative! relocations. .textstart: movi forw + 32,r33 movi forwdata + 40,r54 movi forwothertext + 44,r15forw: movi forwotherdata + 48,r25 .data .long 0 ! To get a non-zero segment offset for "forwdata".forwdata: .long 0 .section .text.other,"ax"forwdummylabel: ! Needed to hang a marker that this section is SHmedia. nop nopforwothertext: nop .section .data.other,"aw" .long 0 .long 0forwotherdata: .long 0
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?