⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 lowfreqsg.prm

📁 GCC 做的MOTOROLA 的单片机 振荡程序
💻 PRM
字号:
/*
** ###################################################################
**     THIS BEAN MODULE IS GENERATED BY THE TOOL. DO NOT MODIFY IT.
**     Filename  : Vectors.s
**     Project   : LowFreqSG
**     Processor : MC68HC908LV8CFA
**     Compiler  : CodeWarrior HC08 C Compiler
**     Date/Time : 2006-9-5, 17:47
**     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 compiler tab in CPU bean and then modify
**        this file if needed.
**
**     (c) Copyright UNIS, spol. s r.o. 1997-2005
**     UNIS, spol. s r.o.
**     Jundrovska 33
**     624 00 Brno
**     Czech Republic
**     http      : www.processorexpert.com
**     mail      : info@processorexpert.com
** ###################################################################
*/

NAMES

END

SECTIONS
    ROM                      =  READ_ONLY    0xDE00 TO 0xFDFF;
    Z_RAM                    =  READ_WRITE   0x0080 TO 0x00FF;
    InterruptVectors_ROM     =  READ_ONLY    0xFFDA TO 0xFFFF;
    FAR_RAM1                 =  READ_WRITE   0x0100 TO 0x027F;
END

PLACEMENT
    DEFAULT_RAM                         INTO  Z_RAM;
    DEFAULT_ROM, ROM_VAR, STRINGS       INTO  ROM;
    _DATA_ZEROPAGE, MY_ZEROPAGE         INTO  Z_RAM;
    MY_FAR_DATA                         INTO  FAR_RAM1;
END

INIT _EntryPoint                       /* The entry point of the application. This function is generated into the CPU module. */

STACKSIZE 0x0040                       /* Size of the system stack. Value can be changed on the "Build options" tab */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -