blob: e5d598eb4cd44d023122c92a8f3a670a44bc6beb [file] [log] [blame]
.globl _start
.type _start, @function
.section ".boot", "ax"
_start:
mov.l startcode, r0
jmp @r0
startcode: .long 0x00000008