crange-2a.s
来自「俄罗斯高人Mamaich的Pocket gcc编译器(运行在PocketPC上)」· S 代码 · 共 23 行
S
23 行
! Simple example with assembler-generated .cranges that do not need more! .cranges added by the linker: A single section with SHmedia, constants! and SHcompact. .section .text.mixed,"ax" .align 2! Make sure this symbol does not have the expected type. .mode SHcompact .global diversion2diversion2: .mode SHmediastart2: nop nop nop .long 42 .long 43 .mode SHcompact nop nop
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?