单片机开发资料光盘-双龙-686M.zip
源代码在线查看: i2c_com.s
.module I2C_COM.c
.area eeprom(rom, con, rel)
_Slave_Add::
.byte 176
.dbfile E:\icc\iccavr\mega8\mega8\I2C_COM\I2C_COM.c
.dbsym e Slave_Add _Slave_Add c
_Master_Add::
.byte 176
.dbsym e Master_Add _Master_Add c
.area data(ram, con, rel)
.dbfile E:\icc\iccavr\mega8\mega8\I2C_COM\I2C_COM.c
.area text(rom, con, rel)
.dbfile E:\icc\iccavr\mega8\mega8\I2C_COM\I2C_COM.c
.dbfunc e twi_tran _twi_tran fV
; temp -> R20
.even
_twi_tran::
rcall push_gset1
.dbline -1
.dbline 35
; /*******************************************/
; /* 广州天河双龙电子公司 */
; /* http://www.sl.com.cn */
; /* 硬件I2C总线演示程序之四 */
; /* 中断、双向通信(和UART连接)