jal-empic-elf.d
来自「俄罗斯高人Mamaich的Pocket gcc编译器(运行在PocketPC上)」· D 代码 · 共 27 行
D
27 行
#objdump: -dr --prefix-addresses -mmips:3000 --show-raw-insn#name: MIPS jal-empic-elf#as: -mips1 -membedded-pic#source: jal.s# Test the jal macro with -membedded-pic..*: +file format .*mips.*Disassembly of section .text:0+0000 <[^>]*> 0320f809 jalr t90+0004 <[^>]*> 00000000 nop0+0008 <[^>]*> 03202009 jalr a0,t90+000c <[^>]*> 00000000 nop0+0010 <[^>]*> 0411ffff bal 0+0010 <text_label\+0x10>[ ]*10: R_MIPS_GNU_REL16_S2 .text0+0014 <[^>]*> 00000000 nop0+0018 <[^>]*> 0411ffff bal 0+0018 <text_label\+0x18>[ ]*18: R_MIPS_GNU_REL16_S2 external_text_label0+001c <[^>]*> 00000000 nop0+0020 <[^>]*> 1000ffff b 0+0020 <text_label\+0x20>[ ]*20: R_MIPS_GNU_REL16_S2 .text0+0024 <[^>]*> 00000000 nop0+0028 <[^>]*> 1000ffff b 0+0028 <text_label\+0x28>[ ]*28: R_MIPS_GNU_REL16_S2 external_text_label0+002c <[^>]*> 00000000 nop
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?