📄 _2006_01_02_pe.prm
字号:
/*
** ###################################################################
** THIS BEAN MODULE IS GENERATED BY THE TOOL. DO NOT MODIFY IT.
** Filename : _2006_01_02_PE.PRM
** Project : _2006_01_02_PE
** Processor : MC9S12H256CPV
** Compiler : Metrowerks HC12 C Compiler
** Date/Time : 1/3/2006, 3:59 PM
** Abstract :
** This file is used by the linker. It describes files to be linked,
** memory ranges, stack size, etc. For detailed description of the PRM file
** see CodeWarrior documentation. This file is generated by default.
** You can switch off generation by setting the property
** "Generate PRM file = no" on the "Build options" tab in CPU bean and then modify
** this file if needed.
**
** (c) Copyright UNIS, spol. s r.o. 1997-2002
** UNIS, spol. s r.o.
** Jundrovska 33
** 624 00 Brno
** Czech Republic
** http : www.processorexpert.com
** mail : info@processorexpert.com
** ###################################################################
*/
NAMES
END
SECTIONS
/* List of all sections specified on the "Build options" tab */
RAM_1000 = READ_WRITE 0x00001000 TO 0x00003FFF;
ROM_C000 = READ_ONLY 0x0000C000 TO 0x0000FEFF;
ROM_4000 = READ_ONLY 0x00004000 TO 0x00007FFF;
ROM_FF10 = READ_ONLY 0x0000FF10 TO 0x0000FF7F;
ROM_PAGE3D = READ_ONLY 0x003D8000 TO 0x003DBFFF;
ROM_PAGE3C = READ_ONLY 0x003C8000 TO 0x003CBFFF;
ROM_PAGE3B = READ_ONLY 0x003B8000 TO 0x003BBFFF;
ROM_PAGE3A = READ_ONLY 0x003A8000 TO 0x003ABFFF;
ROM_PAGE39 = READ_ONLY 0x00398000 TO 0x0039BFFF;
ROM_PAGE38 = READ_ONLY 0x00388000 TO 0x0038BFFF;
ROM_PAGE37 = READ_ONLY 0x00378000 TO 0x0037BFFF;
ROM_PAGE36 = READ_ONLY 0x00368000 TO 0x0036BFFF;
ROM_PAGE35 = READ_ONLY 0x00358000 TO 0x0035BFFF;
ROM_PAGE34 = READ_ONLY 0x00348000 TO 0x0034BFFF;
ROM_PAGE33 = READ_ONLY 0x00338000 TO 0x0033BFFF;
ROM_PAGE32 = READ_ONLY 0x00328000 TO 0x0032BFFF;
ROM_PAGE31 = READ_ONLY 0x00318000 TO 0x0031BFFF;
ROM_PAGE30 = READ_ONLY 0x00308000 TO 0x0030BFFF;
EEPROM_0400 = NO_INIT 0x00000400 TO 0x00000FEF;
END
PLACEMENT
DEFAULT_RAM INTO RAM_1000;
DEFAULT_ROM INTO ROM_PAGE3D, ROM_PAGE3C, ROM_PAGE3B, ROM_PAGE3A, ROM_PAGE39, ROM_PAGE38, ROM_PAGE37,
ROM_PAGE36, ROM_PAGE35, ROM_PAGE34, ROM_PAGE33, ROM_PAGE32, ROM_PAGE31, ROM_PAGE30;
_PRESTART, STARTUP,
ROM_VAR, STRINGS,
NON_BANKED, COPY INTO ROM_C000, ROM_4000, ROM_FF10;
END
INIT _EntryPoint /* The entry point of the application. This function is generated into the CPU module. */
STACKSIZE 0x0100 /* Size of the system stack. Value can be changed on the "Build options" tab */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -