1 #name: PCREL16 overflow
2 #as: --32
3 #ld: -melf_i386 -Ttext 0x0
4 #objdump: -drj.text -m i8086
5 
6 .*: +file format elf32-i386
7 
8 Disassembly of section .text:
9 
10 0+ <_start>:
11 	...
12      420:	cd 42[ 	]+int    \$0x42
13      422:	ca 02 00[ 	]+lret   \$0x2
14 	...
15     f065:	e9 b8 13[ 	]+jmp    420 <_start\+0x420>
16