branch-misc-2pic.s
来自「GNU binutils是GNU交叉工具链中的一个源码包」· S 代码 · 共 44 行
S
44 行
# Source file used to test the backward branches to globals in this file. .globl g1 .text .globl g2 .text .globl g3 .text .globl g4 .text .globl g5 .text .globl g6 .text .globl x1 .text .textg1: .space 20g2: .space 20g3: .space 20x: bal g1 bal g2 bal g3 bal g4 bal g5 bal g6 .space 20g4: .space 20g5: .space 20g6: b x1 b x2 b .Ldata# Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ... .space 8 .data.Ldata:
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?