www.pudn.com > 8202T_PDVD_4X16.rar > crt0.S, change:2007-08-27,size:400b


// 
// FILE 
// crt0.S 
//  
// DESCRIPTION 
// initialize system and jump to C program 
// 
 
#include "regdef.h" 
#include "gpio.h" 
#include "config.h" 
#include "regmapa.h" 
#include "user_init.h" 
 
 
#if defined(IC_8104S)	//jhuang 2006/12/13 09:18¤U¤È 
	#include "crt0_8104S.S" 
#elif defined(IC_1002) 
	#include "crt0_1002.S" 
#else	// ! IC_1002 
	#include "crt0_8202.S" 
#endif	// IC_1002