1#source: start.s
2#source: jumpa.s
3#source: a.s
4#as: -x
5#ld: -m elf64mmix
6#objdump: -dr
7
8.*:     file format elf64-mmix
9
10Disassembly of section \.text:
11
120+ <_start>:
13   0:	e3fd0001 	setl \$253,0x1
14
150+4 <jumpa>:
16   4:	e3fd0002 	setl \$253,0x2
17   8:	f0000006 	jmp 20 <a>
18   c:	fd000000 	swym 0,0,0
19  10:	fd000000 	swym 0,0,0
20  14:	fd000000 	swym 0,0,0
21  18:	fd000000 	swym 0,0,0
22  1c:	e3fd0003 	setl \$253,0x3
23
240+20 <a>:
25  20:	e3fd0004 	setl \$253,0x4
26