summaryrefslogtreecommitdiffstats
path: root/apps/common/crt0_cf.S
blob: 929c7cebcfbd0d5ea5d4da7fb50e664242eee64c (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