and.d
来自「GNU binutils是GNU交叉工具链中的一个源码包」· D 代码 · 共 36 行
D
36 行
#objdump: -dr --prefix-addresses#name: MIPS and#as: -32# 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 + -
显示快捷键?