and.d
来自「Linux下嵌入式开发工具源代码」· D 代码 · 共 35 行
D
35 行
#objdump: -dr --prefix-addresses -mmips:4000#name: MIPS and# Test the and macro..*: +file format .*mips.*Disassembly of section .text:0+0000 <[^>]*> andi \$a0,\$a0,0x00+0004 <[^>]*> andi \$a0,\$a0,0x10+0008 <[^>]*> andi \$a0,\$a0,0x80000+000c <[^>]*> li \$at,-327680+0010 <[^>]*> and \$a0,\$a0,\$at0+0014 <[^>]*> lui \$at,0x10+0018 <[^>]*> and \$a0,\$a0,\$at0+001c <[^>]*> lui \$at,0x10+0020 <[^>]*> ori \$at,\$at,0xa5a50+0024 <[^>]*> and \$a0,\$a0,\$at0+0028 <[^>]*> ori \$a0,\$a1,0x00+002c <[^>]*> nor \$a0,\$a0,\$zero0+0030 <[^>]*> ori \$a0,\$a1,0x10+0034 <[^>]*> nor \$a0,\$a0,\$zero0+0038 <[^>]*> ori \$a0,\$a1,0x80000+003c <[^>]*> nor \$a0,\$a0,\$zero0+0040 <[^>]*> li \$at,-327680+0044 <[^>]*> nor \$a0,\$a1,\$at0+0048 <[^>]*> lui \$at,0x10+004c <[^>]*> nor \$a0,\$a1,\$at0+0050 <[^>]*> lui \$at,0x10+0054 <[^>]*> ori \$at,\$at,0xa5a50+0058 <[^>]*> nor \$a0,\$a1,\$at0+005c <[^>]*> ori \$a0,\$a1,0x00+0060 <[^>]*> xori \$a0,\$a1,0x0 ...
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?