1 2 3 4 5 6 7 8 9
#include <asm/blackfin.h> ENTRY(_start) sp.l = LO(L1_SRAM_SCRATCH_END - 20); sp.h = HI(L1_SRAM_SCRATCH_END - 20); call _initcode; 1: emuexcpt; jump 1b; END(_start)