brokw-2.s
来自「GNU binutils是GNU交叉工具链中的一个源码包」· S 代码 · 共 23 行
S
23 行
; Tests the broken-word function, two words. .syntax no_register_prefixsym2: moveq 0,r0 .word sym1 - sym2 .word sym3 - sym2 moveq 1,r0; Short jump around secondary jump table inserted here :; ba next_label; nop; .skip 2,0; Secondary jump table inserted here :; jump sym3; jump sym1next_label: moveq 2,r0 .space 32766, 0sym1: moveq 3,r0sym3: moveq 4,r0
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?