jal-empic-elf-3.s
来自「俄罗斯高人Mamaich的Pocket gcc编译器(运行在PocketPC上)」· S 代码 · 共 21 行
S
21 行
# Source file used to test the jal macro even harder # some space so offets won't be 0. .space 0xc .globl g1 .text .globl e2 .textg1:l1: # some more space, so offset from label won't be 0. .space 0xc # Hit the case where 'value == 0' in the BFD_RELOC_16_PCREL_S2 # handling in tc-mips.c:md_apply_fix3(). jal g1 - 0x20 # 0x18 jal l1 - 0x28 # 0x20 jal e1 - 0x24 # 0x28 jal e2 - 0x2c # 0x30# Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ... .space 8
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?