📄 bootloader.mp
字号:
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
idata 1FC8C 0001 = 1. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
1FC8C __idata_start
1FC8D __idata_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
text 1FC8E 0322 = 802. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
FE47 __text_start
FE47 __start
FE6C _exit
FE6D _write_page
FE74 _fill_temp_buffer
FE7E _read_program_memory
FE89 _enableRWW
FE94 _BootLoad
FEB3 _SendDeviceID
FEBC _GetPageNumber
FEE2 _ExecCode
FEEA _GetPage
FF13 _WriteFlash
FF4E _CheckFlash
FF85 _IsChar
FF8B _RxChar
FF8D _TxChar
FF91 _Wait
FF9A _main
FFB7 pop_gset2
FFB9 pop_gset3
FFBB push_gset1
FFBE pop_gset1
FFBF pop
FFD2 push_gset2
FFD5 push_gset3
FFD8 __text_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
data 0100 0001 = 1. bytes (rel,con,ram)
Addr Global Symbol
----- --------------------------------
0100 __data_start
0100 _PageAddress16
0101 __data_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
bss 0101 0104 = 260. bytes (rel,con,ram)
Addr Global Symbol
----- --------------------------------
0101 _RealPageAddress
0101 __bss_start
0103 _PageAddress
0105 _PageBuffer
0205 __bss_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
vector 1FC00 0004 = 4. bytes (abs,ovr,rom)
Files Linked [ module(s) ]
C:\iccavr\lib\crtboothi.o [ crtboothi.s ]
assembly.o [ assembly.s ]
main.o [ main.c ]
<library> [ gpop2.s, gpop3.s, gpush.s, gpush2.s, gpush3.s ]
User Global Definitions
ram_end = 0x10ff
hwstk_size = 0x10
User Base Address Definitions
vector = 0x1fc00
func_lit = 0x1fc8c
data = 0x100
eeprom:1.4096
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -