代码搜索结果
找到约 10,000 项符合
I 的代码
linumber.i
.sect .text
push msg1
call stringpr
push msg2
call stringpr
add sp,4
push 0
push 1
sys
stringpr:
push cx
push si
push di
push bp
mov bp,sp
mov ax,0
mov di,10(bp)
mov si,di
mov
main.i
/****************************************Copyright (c)**************************************************
** 智 能 充 电 器 开 发 小 组
** OurA
adc.i
/****************************************Copyright (c)**************************************************
** 智 能 充 电 器 开 发 小 组
** OurA
uart.i
/****************************************Copyright (c)**************************************************
** 智 能 充 电 器 开 发 小 组
** OurA
menu.i
/****************************************Copyright (c)**************************************************
** 智 能 充 电 器 开 发 小 组
** OurA
sio.i
/****************************************Copyright (c)**************************************************
** 智 能 充 电 器 开 发 小 组
** OurA
pwm.i
/****************************************Copyright (c)**************************************************
** 智 能 充 电 器 开 发 小 组
** OurA
compass.i
extern void i2c_start(void);
extern char i2c_write(char a);
extern char i2c_read(void);
extern void i2c_stop(void);
extern void twi_slave_init(char add);
#pragma used+