📄 text2.mp
字号:
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
lit 0004 0008 = 8. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
0004 __lit_start
000C __lit_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
idata 000C 000B = 11. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
000C __idata_start
0017 __idata_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
text 0018 09A6 = 2470. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
000C __text_start
000C __start
002D _exit
002E _delay_1us
0030 _delay_nus
003C _delay_1ms
0047 _delay_nms
0053 _adc
006A _ADtoBCD
00DC _main
0158 _spi_init
015B _spi_io_init
0162 _spi_tlc5615
018C _LCD_INIT
01B2 _LCD_Busy
01CB _LCD_WriteControl
01EB _LCD_WriteData
020B _Init_LCD
0218 _LCD_Clear
021A _LCD_Home
021C _LCD_DisplayCharacter
0222 _LCD_DisplayString_F
0236 _LCD_DisplayString
0248 _LCD_Cursor
0272 _LCD_Cursor_On
0274 _LCD_Cursor_Off
0276 _LCD_Display_Off
0278 _LCD_Display_On
027A mod16u
027C div16u
027D xdiv16u
0296 empy16s
02A6 pop_xgset00FC
02AD push_xgsetF0FC
02AF push_xgset30FC
02B1 push_xgset00FC
02B3 push_xgset003C
02B8 push_xgset300C
02BD pop_xgset300C
02C2 push_xgsetF00C
02C9 pop_xgsetF00C
02D0 push_xgset303C
02D7 pop_xgset303C
02DE push_xgsetF03C
02E7 pop_xgsetF03C
02F0 neg32
02F9 lpm32
030D fpint
033D uint2fp
033F int2fp
0348 ulong2fp
034A long2fp
035F fpdiv1
0368 fpdiv2
0372 fpdiv1x
037E fpdiv2x
03F3 unpacks
03FA tstR16_R19
0402 unpacku
041B normalize_and_pack
0450 pack
0460 saveFPRegs
046F restoreFPRegs
047E fpmule
04CC fpmule1
04D5 fpmule2
04DF __text_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
data 0060 000B = 11. bytes (rel,con,ram)
Addr Global Symbol
----- --------------------------------
0060 main.c:value
0060 __data_start
006B __data_end
Area Start End Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
vector 0000 0002 = 2. bytes (abs,ovr,rom)
Files Linked [ module(s) ]
C:\iccv7avr\lib\crtAVR.o [ crtavr.s ]
delay.o [ delay.c ]
newadc.o [ newadc.c ]
main.o [ main.c ]
spi_tlc5615.o [ spi_tlc5615.c ]
LCD.o [ LCD.c ]
<library> [ div16u.s, emul16s.s, gpop3.s, gpush.s, gpushx.s, gpushz.s, gpusha.s, gpushb.s, lneg.s, lpm32.s, fpint.s ]
[ int2fp.s, fpdiv_new.s, fputil.s, fpmule.s, fpmule1.s, fpmule2.s ]
User Global Definitions
ram_end = 0x25f
hwstk_size = 0x10
User Base Address Definitions
func_lit = 0x4
data = 0x60
eeprom:0.512
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -