summaryrefslogtreecommitdiffstats
path: root/apps/common/crt0_cf.S
blob: 0caa0492ed84935b7cbd067eba14e60b0046faba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#include "cfg.h"

.extern AppStack
.extern Cstart
.global start

.text

start:
move.l  #AppStack+(APPSTACKSIZE-32),%sp
jsr     Cstart