*** empty log message ***
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / pcrel16abs.s
1 SEGMENT_SIZE = 0x10000
2 RVECTOR = 0x00010
3 .code16
4 .globl _start
5 _start:
6 jmp SEGMENT_SIZE-(0x1f00 +0xf0 +RVECTOR)
This page took 0.030112 seconds and 4 git commands to generate.