pro.mp
来自「数字频率计数字频率计数字频率计数字频率计」· MP 代码 · 共 143 行
MP
143 行
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
idata 0054 0060 = 96. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
0054 __idata_start
00B4 __idata_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
text 00B4 0C60 = 3168. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
005A __text_start
005A __start
007A _exit
007B _Delayus
0093 _Delayms
00A9 _LCD12864_portini
00B1 _LCD12864_readbyte
00C9 _LCD12864_sendbyte
00DC _LCD12864_sendstr
00EC _LCD12864_clear
00F3 _LCD12864_readBF
0101 _LCD12864_gotoXY
0129 _LCD12864_initial
0141 _LCD12864_opGDRAM
01BD _time
01D8 _display_time
021D _port_init
022A _timer0_init
0236 _timer0_comp_isr
024F _timer1_init
0262 _timer1_ovf_isr
026C _timer2_init
027A _timer2_ovf_isr
0357 _PutChar
04EC _init_devices
04F8 _main
054D _delay_1us
054F _delay_nus
055E _delay_1ms
0568 _delay_nms
0577 div32u
0579 mod32u
057D div32s
057F mod32s
05AA long_div_prolog
05BD long_div_epilog
05CC tst_R16_R19
05D1 tst_R24_R27
05D6 neg_R16_R19
05DF neg_R24_R27
05E8 mod8u
05EA div8u
05EB xdiv8u
0600 empy16s
0610 empy32s
0610 empy32u
0640 pop_gset2
0643 pop_gset4
0646 push_gset5
0648 push_gset4
064A push_gset3
064C push_gset2
064E push_gset1
0651 pop_gset1
0652 pop
0665 long_prolog
0673 long_epilog
067E tstzero1
0684 tstzero2
068A __text_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
data 0060 0060 = 96. bytes (rel,con,ram)
Addr Global Symbol
----- --------------------------------
0060 _Second
0060 __data_start
0061 _Minute
0062 _Hour
0063 _time_buffer
006B _Timer1_Counter_H
006C _Timer1_Counter_L
006D _value
0071 _Freq
0075 _Freq_H16
0079 _Freq_L8
007D _counter
0081 _T1_OV_Times
0082 _display_is_ok
0083 _count
0084 _second_is_ok
00C0 __data_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
bss 00C0 000E = 14. bytes (rel,con,ram)
Addr Global Symbol
----- --------------------------------
00C0 _temp
00C0 __bss_start
00C8 _Hour_L
00C9 _Hour_H
00CA _Minute_L
00CB _Minute_H
00CC _Second_L
00CD _Second_H
00CE __bss_end
Area Start End Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
vector 0000 0050 = 80. bytes (abs,ovr,rom)
Files Linked [ module(s) ]
C:\icc\lib\crtatmega.o [ crtatmega.s ]
12864.o [ _12864.c ]
pro.o [ pro.c ]
delay.o [ delay.c ]
<library> [ div32.s, div8u.s, emul16s.s, emul32.s, gpop2.s, gpop4.s, gpush.s, longutil.s ]
User Global Definitions
ram_end = 0x45f
hwstk_size = 0x10
User Base Address Definitions
func_lit = 0x54
data = 0x60
eeprom:1.512
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?