1 #source: start.s 2 #source: wrap1a.s 3 #source: wrap1b.s 4 #source: wrap1c.s 5 #ld: -m elf64mmix --wrap deal 6 #as: -no-expand 7 #objdump: -d 8 9 .*: file format elf64-mmix 10 11 Disassembly of section \.text: 12 13 0+ <(_start|Main)>: 14 0: e3fd0001 setl \$253,0x1 15 4: f2000001 pushj \$0,8 <__wrap_deal> 16 17 0+8 <__wrap_deal>: 18 8: f0000001 jmp c <deal> 19 20 0+c <deal>: 21 c: fd000000 swym 0,0,0 22