root/loader/g7x2/entry.S

/* [<][>][^][v][top][bottom][index][help] */
   1 .section .entry
   2 // ordinary startup...
   3 .code 16
   4 .align 2
   5 .syntax unified
   6     LDR     SP, =0x2000
   7     B       my_restart

/* [<][>][^][v][top][bottom][index][help] */