📄 ostest.linkcmd
字号:
/****************************************************************************//* configs/ez80f910200kitg/ostest/ostest.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 -NOwarnoverlap -xref -unresolved=fatal-sort NAME=ascending -warn -NOdebug -NOigcaseRANGE ROM $000000 : $03FFFFRANGE RAM $B7E000 : $B7FFFFRANGE EXTIO $000000 : $00FFFFRANGE INTIO $000000 : $0000FFCHANGE STRSECT = ROMORDER .RESET,.IVECTS,.STARTUP,CODE,DATACOPY DATA ROMDEFINE __low_romdata = copy base of DATADEFINE __low_data = base of DATADEFINE __len_data = length of DATADEFINE __low_bss = base of BSSDEFINE __len_bss = length of BSSDEFINE __stack = highaddr of RAM + 1DEFINE __heaptop = highaddr of RAMDEFINE __heapbot = top of RAM + 1DEFINE __low_romcode = copy base of CODEDEFINE __low_code = base of CODEDEFINE __len_code = length of CODEDEFINE __copy_code_to_ram = 0DEFINE __crtl = 1DEFINE __CS0_LBR_INIT_PARAM = $10DEFINE __CS0_UBR_INIT_PARAM = $1fDEFINE __CS0_CTL_INIT_PARAM = $a8DEFINE __CS0_BMC_INIT_PARAM = $02DEFINE __CS1_LBR_INIT_PARAM = $b8DEFINE __CS1_UBR_INIT_PARAM = $b9DEFINE __CS1_CTL_INIT_PARAM = $28DEFINE __CS1_BMC_INIT_PARAM = $02DEFINE __CS2_LBR_INIT_PARAM = $80DEFINE __CS2_UBR_INIT_PARAM = $bfDEFINE __CS2_CTL_INIT_PARAM = $28DEFINE __CS2_BMC_INIT_PARAM = $02DEFINE __CS3_LBR_INIT_PARAM = $60DEFINE __CS3_UBR_INIT_PARAM = $7fDEFINE __CS3_CTL_INIT_PARAM = $a8DEFINE __CS3_BMC_INIT_PARAM = $02DEFINE __RAM_CTL_INIT_PARAM = $C0DEFINE __RAM_ADDR_U_INIT_PARAM = $B7DEFINE __FLASH_CTL_INIT_PARAM = $68DEFINE __FLASH_ADDR_U_INIT_PARAM = $00define _SYS_CLK_FREQ = 50000000define _OSC_FREQ = 5000000define _SYS_CLK_SRC = 1define _OSC_FREQ_MULT = 10define __PLL_CTL0_INIT_PARAM = $41define _zsl_g_clock_xdefine = 50000000/* arch/z80/src/Makefile.zdsii will append target, object and library paths below */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -