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)
10