internal.map

来自「ECOG bootloader, used to initialized eco」· MAP 代码 · 共 18 行

MAP
18
字号
;=============================================================================; Cyan Technology Ltd; Bootloader MAP file;; FILE;  internal.map;; DESCRIPTION;  This file is intended for use with the bootloader program.;  The only purpose of the file is to tell the ROM generation program where to;	put the various code segments, thus it contains a 'hack' that allows us to;	put the ROM data memory in the first 2k, even though the memory is mapped;	differently;=============================================================================code    0 7eff irom 0000 7effdata    0   ff irom 7f00 7fffdata e800 efff iram    0  7ff

⌨️ 快捷键说明

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