uart.mp
来自「AtMega169芯片上的串口的C语言测试的程序」· MP 代码 · 共 41 行
MP
41 行
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
text 005C 0098 = 152. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
002E __text_start
002E __start
004E _exit
004F _port_init
0053 _uart1_init
0064 _putchar1
006B _getchar1
0072 _main
007A __text_end
Area Start End Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
vector 0000 0004 = 4. bytes (abs,ovr,rom)
Files Linked [ module(s) ]
E:\icc\lib\crtatmega.o [ crtatmega.s ]
uart.o [ uart.c ]
<library>
User Global Definitions
ram_end = 0x4ff
hwstk_size = 0x10
User Base Address Definitions
func_lit = 0x5c
data = 0x100
eeprom:1.512
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?