jalbal.s
来自「GNU binutils是GNU交叉工具链中的一个源码包」· S 代码 · 共 19 行
S
19 行
# Test that jal gets converted to bal on the RM9000 when it is in range. .text .global s1 .type s1,@function .set noreorders1: jal s3 nop jal s3s2: nop .space 0x1fff8s3: jal s2 nop jal s2 nop nop
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?