1 #objdump: -dr --prefix-addresses
2 #as: -32
3 #name: microMIPS load $zero
4 
5 .*: +file format .*mips.*
6 Disassembly of section \.text:
7 [0-9a-f]+ <[^>]*> lui	at,0x1234
8 [0-9a-f]+ <[^>]*> ori	at,at,0x5000
9 [0-9a-f]+ <[^>]*> addu	at,at,v0
10 [0-9a-f]+ <[^>]*> lwp	zero,1656\(at\)
11 [0-9a-f]+ <[^>]*> lui	at,0x1234
12 [0-9a-f]+ <[^>]*> ori	at,at,0x5000
13 [0-9a-f]+ <[^>]*> addu	at,at,v0
14 [0-9a-f]+ <[^>]*> ldp	zero,1656\(at\)
15 	\.\.\.
16