crange-2b.s

来自「俄罗斯高人Mamaich的Pocket gcc编译器(运行在PocketPC上)」· S 代码 · 共 40 行

S
40
字号
! Initially three separate sections, one with SHmedia and constants, one with! SHcompact, and yet another with SHmedia.  Two .cranges sections! generated by the assembler; two more needed at link time, as they will be! consolidated into the same section, and mixed with a file with! assembler-generated .cranges only and one without any .cranges.	.section .text.shmedia,"ax"	.mode SHmedia	.align 2sec1:	nop	nop	nop	nopsec2:	.long 41	.long 43	.long 42	.long 43	.long 42	.section .text.shcompact,"ax"	.align 1	.mode SHcompactsec3:	nop	nop	nop	.section .text.shmedia2,"ax"	.align 2sec4:	.mode SHmedia	nop	nop	nop	nop	nop	nop

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?