矩阵式按键.mp
来自「ICC mega8例子」· MP 代码 · 共 59 行
MP
59 行
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 0010 = 16. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
0026 __lit_start
0026 _num
0036 __lit_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
text 0036 026E = 622. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
001B __text_start
001B __start
003C _exit
003D _port_init
0045 _init_devices
004D _delay_us
0055 _show_2_digit
0088 _key_vetrix
00FE _main
010B mod16s
010F div16s
0128 mod16u
012A div16u
012B xdiv16u
0144 push_xgsetF00C
014B pop_xgsetF00C
0152 __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> [ div16s.s, div16u.s, gpushz.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 + -
显示快捷键?