训练项目四:扩展io口的使用.mp
来自「长沙理工自己的实验程序」· MP 代码 · 共 44 行
MP
44 行
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
text 0060 011A = 282. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
0030 __text_start
0030 __start
0052 _exit
0053 _init
005D _w8255con
0066 _w8255a
006F _delay_1ms
0079 _delay_nms
0087 _main
00B3 push_xgset300C
00B8 pop_xgset300C
00BD __text_end
Area Start End Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
vector 0000 0004 = 4. bytes (abs,ovr,rom)
Files Linked [ module(s) ]
C:\iccv7avr\lib\crtatmega.o [ crtatmega.s ]
训练项目四:扩展IO口的使用.o [ _ ]
<library> [ gpushx.s ]
User Global Definitions
ram_end = 0xfff
hwstk_size = 0x10
User Base Address Definitions
func_lit = 0x60
data = 0x60
eeprom:0.4096
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?