7 lines
114 B
ArmAsm
Raw Normal View History

2012-03-26 21:18:29 +02:00
SEGMENT_SIZE = 0x10000
RVECTOR = 0x00010
.code16
.globl _start
_start:
jmp SEGMENT_SIZE-(0x1f00 +0xf0 +RVECTOR)