9 lines
123 B
ArmAsm
9 lines
123 B
ArmAsm
/* needed to pull in the csu.s from libsc */
|
|
|
|
#include <asm.h>
|
|
#include <regdef.h>
|
|
|
|
LEAF(__start)
|
|
j startsc
|
|
END(__start)
|