Upload Tizen:Base source
[external/binutils.git] / ld / testsuite / ld-i386 / pcrel16.s
1         .code16
2         .text
3         .globl _start
4 _start:
5         .org 0x420
6         int $0x42
7         lret $2
8         .org 0xf065
9         jmp _start+((0x42) << 4)