📄 tcxoboard.mp
字号:
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 000A = 10. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
0026 __lit_start
0030 __lit_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
idata 0030 002E = 46. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
0030 __idata_start
005E __idata_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
text 005E 089E = 2206. bytes (rel,con,rom)
Addr Global Symbol
----- --------------------------------
002F __text_start
002F __start
004E _exit
004F _main
00AF _timer0
0136 _timer0_init
013E _pwm1_init
0152 _adc_init
0160 _adc_isr
0176 _getchar
017A _putchar
017E _puts
0190 _uart_init
0199 _UartGet
02C0 _delay_ms
02D9 _int_init
02DC _int_isr
031F _rom_write
0327 _rom_read
0330 _TWI_init
0338 _TWI_Ready
03BF _i2c_write
03D4 _i2c_read
03E2 mod16u
03E4 div16u
03E5 xdiv16u
03FE empy16s
040E pop_gset2
0410 pop_gset3
0412 pop_gset5
0414 push_gset1
0417 pop_gset1
0418 pop
042B push_gset2
042E push_gset3
0431 push_gset4
0434 push_gset5
0437 push_lset
044E pop_lset
0465 asgncblk
047E __text_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
data 0060 002E = 46. bytes (rel,con,ram)
Addr Global Symbol
----- --------------------------------
0060 _ExtendRomRW
0060 __data_start
0089 _InterruptFlag
008A _adc_rel
008C _adc_mux
008E __data_end
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
bss 008E 0008 = 8. bytes (rel,con,ram)
Addr Global Symbol
----- --------------------------------
008E _ExtendRomVal
008E __bss_start
008F _ExtendRomAddr
0090 _eeprom_val
0091 _eeprom_addr
0093 _charState
0094 _charAddr
0095 _charData
0096 __bss_end
Area Start End Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
vector 0000 0024 = 36. bytes (abs,ovr,rom)
Files Linked [ module(s) ]
G:\ICC\lib\crtAVR.o [ crtavr.s ]
Main.o [ Main.c ]
Timer0.o [ Timer0.c ]
PWM1.o [ PWM1.c ]
ADC.o [ ADC.c ]
Uart.o [ Uart.c ]
INT0+1.o [ INT0 ]
RW_eeprom.o [ RW_eeprom.c ]
I2C.o [ I2C.c ]
<library> [ div16u.s, emul16s.s, gpop2.s, gpop3.s, gpop5.s, gpush.s, gpush2.s, gpush3.s, gpush4.s, gpush5.s, lpush.s ]
[ pmstruct.s ]
User Global Definitions
ram_end = 0x45f
hwstk_size = 0x10
User Base Address Definitions
func_lit = 0x26
data = 0x60
eeprom:1.512
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -