1 #objdump: -d
2 #name:
3 #source:  lea.s
4 
5 
6 .*:     file format elf32-s12z
7 
8 
9 Disassembly of section .text:
10 
11 00000000 <.text>:
12    0:	0a 44       	lea s, \(4,x\)
13    2:	06 c0 7b    	lea d6, \(123,x\)
14    5:	07 d1 16    	lea d7, \(-234,y\)
15    8:	08 c1 ea    	lea x, \(-22,x\)
16    b:	09 d0 16    	lea y, \(22,y\)
17    e:	0a e0 16    	lea s, \(22,s\)
18   11:	09 c1 d3    	lea y, \(-45,x\)
19