代码搜索:
找到约 10,000 项符合「」的源代码
代码结果 10,000
www.eeworm.com/read/392019/8367179
ppt chapter3.ppt
www.eeworm.com/read/292214/8367180
asm q_dif.asm
ORG 0000H
AJMP MAIN
ORG 001BH
LJMP DS_INT
MAIN:MOV TMOD,#10H
MOV TH1,#3CH
MOV TL1,#0B0H
MOV IE,#88H
SETB TR1
SETB P1.0
MOV R0,#04H
MOV R1,
www.eeworm.com/read/392019/8367181
ppt chapter6-1.ppt
www.eeworm.com/read/292214/8367182
asm c8155m51.asm
;Dais实验系统MCS-51仿真I/O示范程序
;8155 PA.PB.PC输入方波
;装载本程序之前请先将“仿真模式”设为:
; 用户RAM & 系统ROM
ORG 0000H
MOV DPTR,#7900H
MOV A,#0FH
MOVX @DPTR,A ;8155初始化
www.eeworm.com/read/392019/8367183
ppt chapter4.ppt
www.eeworm.com/read/392019/8367184
ppt chapter2.ppt
www.eeworm.com/read/292214/8367185
asm rev2.asm
ORG 0000H
AJMP REV
REV:MOV TOMD,#20H
MOV TH1,#F3H
MOV TL1,#F3H
SETB TR1
MOV SCON,#50H
MOV PCON,#80H
RPT:MOV R5,#00H
MOV R0,#30H
TR0:JBC RI,TR1
www.eeworm.com/read/392019/8367186
ppt chapter1.ppt
www.eeworm.com/read/392019/8367187
ppt chapter5.ppt
www.eeworm.com/read/292214/8367188
asm fs.asm
ORG 0000H
AJMP START
START:MOV TOMD,#20H
MOV TH1,#F3H
MOV TL1,#F3H
SETB TR1
MOV SCON,#50H
MOV PCON,#80H
BEGIN:MOV R0, #30H
MOV R3,#05H
M