1
0
Fork 0
remarkable-linux-firmware/carl9170fw/minifw/miniboot.S

8 lines
134 B
ArmAsm

.globl _start
.type _start, @function
.section ".boot", "ax"
_start:
mov.l startcode, r0
jmp @r0
startcode: .long 0x00000008