代码搜索:P
找到约 10,000 项符合「P」的源代码
代码结果 10,000
www.eeworm.com/read/292214/8367101
asm p3_p1.asm
;===================P3.3口输入,P1口输出 =====================
ORG 0810H
J100: MOV A,#00H
J101: JB P3.3,J101
MOV R2,#20H
LCALL DELY
JB P3.3,J101 ;P3.3电平为低
www.eeworm.com/read/290576/8475180
kis p00p5000.kis
.i 3
.o 6
.s 6
.p 17
.reset Rst
.resettype async
.clock Clk
.resetstate st1
.type fdr
.ilb In0 In1 In2
.ob Out0 Out1 Out2 Out3 Out4 Out5
.obdefault 000000
.ffname state
.fftype d
.usedc
www.eeworm.com/read/389964/8490749
p p_mv4gapr.p
www.eeworm.com/read/389964/8490771
p p_high123bis.p
www.eeworm.com/read/389964/8490781
p p_v4c.p
www.eeworm.com/read/389964/8490785
p p_low123bis.p
www.eeworm.com/read/389964/8490786
p p_3lr2.p
www.eeworm.com/read/389964/8490794
p p_down5c.p
www.eeworm.com/read/387417/8685142
kis p00p5000.kis
.i 3
.o 6
.s 6
.p 17
.reset Rst
.resettype async
.clock Clk
.resetstate st1
.type fdr
.ilb In0 In1 In2
.ob Out0 Out1 Out2 Out3 Out4 Out5
.obdefault 000000
.ffname state
.fftype d
.usedc
www.eeworm.com/read/367950/8745007
asm p100_p4.asm
;p100 小节 5.3 在Debug中跟踪用loop指令实现的循环程序 的实验程序5.4代码
;
assume cs:code
code segment
mov ax,0ffffh
mov ds,ax
mov bx,6 ;以上,设置ds:bx指向ffff:6
mov al,[bx]
mov ah,0 ;以上,设置(