六位数码管显示.mp
来自「ICC mega8例子」· MP 代码 · 共 55 行
MP
55 行
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
lit 0026 0016 = 22. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
0026 __lit_start
0026 _num
003C __lit_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
text 003C 0146 = 326. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
001E __text_start
001E __start
003F _exit
0040 _port_init
0048 _init_devices
0050 _delay_us
0058 _show_6_digit
0081 _main
0094 push_xgsetF00C
009B pop_xgsetF00C
00A2 lsl8
00A8 asgncblk
00C1 __text_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 ]
六位数码管显示.o [ _ ]
<library> [ gpushz.s, lsl8.s, pmstruct.s ]
User Global Definitions
ram_end = 0x45f
hwstk_size = 0x1e
User Base Address Definitions
func_lit = 0x26
data = 0x60
eeprom:0.512
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?