codewarrior_Samples.rar

源代码在线查看: default.prm

软件大小: 214 K
上传用户: scorpioll
关键词: codewarrior_Samples
下载地址: 免注册下载 普通下载 VIP

相关代码

				/* This is a generic Prm File 
				   If it does not fit your needs, you may adapt it or choose an another one 
				   in the linker preference panel */
				   
				NAMES END
				   
				SECTIONS 
				    MY_RAM = READ_WRITE  0x1000 TO 0x1FFF;
				    MY_ROM = READ_ONLY   0xC000 TO 0xFEFF;
				
				
				PLACEMENT
				    DEFAULT_ROM  INTO  MY_ROM;
				    DEFAULT_RAM  INTO  MY_RAM;
				END
				
				STACKSIZE  0x600
				
				VECTOR 0 _Startup /* set reset vector on _Startup */
				
							

相关资源