📄 pashello.linkcmd
字号:
/****************************************************************************//* configs/z16f2800100zcog/pashello/pashello.linkcmd *//* *//* Copyright (C) 2008 Gregory Nutt. All rights reserved. *//* Author: Gregory Nutt <spudmonkey@racsa.co.cr> *//* *//* Redistribution and use in source and binary forms, with or without *//* modification, are permitted provided that the following conditions *//* are met: *//* *//* 1. Redistributions of source code must retain the above copyright *//* notice, this list of conditions and the following disclaimer. *//* 2. Redistributions in binary form must reproduce the above copyright *//* notice, this list of conditions and the following disclaimer in *//* the documentation and/or other materials provided with the *//* distribution. *//* 3. Neither the name NuttX nor the names of its contributors may be *//* used to endorse or promote products derived from this software *//* without specific prior written permission. *//* *//* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS *//* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT *//* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS *//* FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE *//* COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, *//* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, *//* BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS *//* OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED *//* AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT *//* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN *//* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE *//* POSSIBILITY OF SUCH DAMAGE. *//* *//****************************************************************************/-FORMAT=OMF695,INTEL32-map -maxhexlen=64 -quiet -sort NAME=ascending -unresolved=fatal-warnoverlap -NOxref -warn -debug -NOigcaseRANGE ROM $000000 : $007FFFRANGE RAM $FFB000 : $FFBFFFRANGE IODATA $FFC000 : $FFFFFFRANGE EROM $008000 : $01FFFFRANGE ERAM $800000 : $87FFFFCHANGE NEAR_TEXT=NEAR_DATACHANGE FAR_TEXT=FAR_DATAORDER FAR_BSS, FAR_DATAORDER NEAR_BSS, NEAR_DATACOPY NEAR_DATA EROMCOPY FAR_DATA EROMdefine _0_exit = 0define _low_near_romdata = copy base of NEAR_DATAdefine _low_neardata = base of NEAR_DATAdefine _len_neardata = length of NEAR_DATAdefine _low_far_romdata = copy base of FAR_DATAdefine _low_fardata = base of FAR_DATAdefine _len_fardata = length of FAR_DATAdefine _low_nearbss = base of NEAR_BSSdefine _len_nearbss = length of NEAR_BSSdefine _low_farbss = base of FAR_BSSdefine _len_farbss = length of FAR_BSSdefine _near_heaptop = highaddr of RAMdefine _far_heaptop = highaddr of ERAMdefine _far_stack = highaddr of ERAMdefine _near_stack = highaddr of RAMdefine _near_heapbot = top of RAMdefine _far_heapbot = top of ERAMdefine _SYS_CLK_SRC = 2define _SYS_CLK_FREQ = 20000000define __EXTCT_INIT_PARAM = $80define __EXTCS0_INIT_PARAM = $8012define __EXTCS1_INIT_PARAM = $8001define __EXTCS2_INIT_PARAM = $0000define __EXTCS3_INIT_PARAM = $0000define __EXTCS4_INIT_PARAM = $0000define __EXTCS5_INIT_PARAM = $0000define __PFAF_INIT_PARAM = $ffdefine __PGAF_INIT_PARAM = $ffdefine __PDAF_INIT_PARAM = $ff00define __PAAF_INIT_PARAM = $0000define __PCAF_INIT_PARAM = $0000define __PHAF_INIT_PARAM = $0300define __PKAF_INIT_PARAM = $0f/* arch/z16/src/Makefile will append target, object and library paths below */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -