1
2	.text
3	.global __start
4__start:
5	CALLR D1RtP,_far
6
7	.section .text.pad,"ax"
8	.space 0x200000
9	.global pad_end
10pad_end:
11	.section .text.far,"ax"
12	.global _far2
13_far2:
14	NOP
15_far:
16	CALLR D1RtP,_far2@PLT
17