1602.mp

来自「10K到5MHz的频率测量」· MP 代码 · 共 147 行

MP
147
字号
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                             lit   0054   0008 =      8. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       0054  __lit_start
       005C  __lit_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                           idata   005C   0010 =     16. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       005C  __idata_start
       006C  __idata_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                            text   006C   0C44 =   3140. bytes (rel,con,rom)

       Addr  Global Symbol
      -----  --------------------------------
       0036  __start
       0036  __text_start
       0058  _exit
       0059  _s_ms
       0062  _busy
       008A  _writecom
       00A6  _LcdInit
       00CF  _writedata
       00EB  _readdata
       0111  _WriteCGRAM
       012A  _WriteMenu
       015B  _WriteNum
       01A3  _WriteChar
       01D4  _port_init
       01E1  _timer0_init
       01E8  _timer0_ovf_isr
       01F8  _timer1_init
       0200  _timer1_ovf_isr
       0213  _init_devices
       021C  _main
       037A  div32u
       037C  mod32u
       0380  div32s
       0382  mod32s
       03AE  long_div_prolog
       03C1  long_div_epilog
       03D1  tst_R16_R19
       03D6  tst_R24_R27
       03DB  neg_R24_R27
       03E4  empy32u
       03E4  empy32s
       0418  push_xgsetF00C
       041F  pop_xgsetF00C
       0426  push_xgsetF03C
       042F  pop_xgsetF03C
       0438  neg32
       0441  long_prolog
       044F  long_epilog
       045A  tstzero1
       0460  tstzero2
       0466  lpm32
       047A  fpint
       04A6  uint2fp
       04A8  int2fp
       04B1  ulong2fp
       04B3  long2fp
       04C6  fpdiv1
       04CF  fpdiv2
       04D9  fpdiv1x
       04E5  fpdiv2x
       0576  unpacks
       057E  tstR16_R19
       0586  unpacku
       059B  normalize_and_pack
       05C9  pack
       05D3  fpneg
       05DA  fpneg2
       05E0  saveR8toR25
       05EF  restoreR8toR25
       05FE  fpmule
       064E  fpmule1
       0658  __text_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                            data   0060   0010 =     16. bytes (rel,con,ram)

       Addr  Global Symbol
      -----  --------------------------------
       0060  _F
       0060  __data_start
       0063  _Hz
       0066  _T
       0069  _S
       006B  _uS
       006E  _dot
       0070  __data_end

Area                               Addr   Size   Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                             bss   0070   0019 =     25. bytes (rel,con,ram)

       Addr  Global Symbol
      -----  --------------------------------
       0070  __bss_start
       0070  _hignf
       0071  _f_low
       0072  _f_hign
       0073  _t
       0074  _i
       0075  _T_int
       0079  _ff
       007D  _f
       0081  _FF
       0085  _TT
       0089  __bss_end

Area                               Start  End    Decimal Bytes (Attributes)
--------------------------------   ----   ----   ------- ----- ------------
                          vector   0000   0028 =     40. bytes (abs,ovr,rom)

Files Linked      [ module(s) ]

E:\ICCAVR~2\lib\crtatmega.o	[ crtatmega.s ]
1602_main.o	[ _1602_main.c ]
<library>	[ div32.s, emul32.s, gpushz.s, gpushb.s, lneg.s, longutil.s, lpm32.s, fpint.s, int2fp.s, fpdiv_new.s ]
[ fputil.s, fpmule.s, fpmule1.s ]

User Global Definitions

ram_end = 0x45f
hwstk_size = 0x1e

User Base Address Definitions

func_lit = 0x54
data = 0x60
eeprom:0.512

⌨️ 快捷键说明

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