summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-i386/pcrel16.s
blob: d68a6c6314085c8644a142501674d8cad8555171 (plain)
1
2
3
4
5
6
7
8
9
	.code16
	.text
	.globl _start
_start:
	.org 0x420
	int $0x42
	lret $2
	.org 0xf065
	jmp _start+((0x42) << 4)