代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/373828/9434321
asm vectors_11.asm
*Vectors_11.asm Vector file for interrupt-driven program
.ref _c_int11 ;ISR used in C program
.ref _c_int00 ;entry address
.sect "vectors" ;section for vectors
RESET_R
www.eeworm.com/read/373828/9434750
asm vectors_11.asm
*Vectors_11.asm Vector file for interrupt-driven program
.ref _c_int11 ;ISR used in C program
.ref _c_int00 ;entry address
.sect "vectors" ;section for vectors
RESET_R
www.eeworm.com/read/373828/9434817
asm vectors_11.asm
*Vectors_11.asm Vector file for interrupt-driven program
.ref _c_int11 ;ISR used in C program
.ref _c_int00 ;entry address
.sect "vectors" ;section for vectors
RESET_R
www.eeworm.com/read/373229/9468294
asm e1003.asm
ORG 0000H
;
LOOP: MOV P3,#01111111B
JNB P3.3,KEY0
JNB P3.2,KEY1
JNB P3.1,KEY2
JNB P3.0,KEY3
;
MOV P3,#10111111B
www.eeworm.com/read/373229/9468324
asm e1501.asm
ORG 0000H
ORL P1,#11111111B
ORL P3,#11111111B
LOOP: JNB P3.7,OFF
JNB P3.6,ON
AJMP LOOP
OFF: SETB P1.0
AJMP
www.eeworm.com/read/373012/9478907
geo core.geo
/* -------------------------------------------------------------------
File "Core.geo"
This file is the geometrical description used by GMSH to produce
the file "Core.msh".
--------------
www.eeworm.com/read/176857/9481361
2 12λadת 11.2 12λadת
START:
MOV DPTR,#9000H
MOVX DPTR,A
LOOP:
MOVX A,@DPTR
JB ACC.7,LOOP
MOVX A,@DPTR
MOV 20H,A
MOV DPTR,#6000H
MOVX A,@DPTR
MOV 21H,A
RET
www.eeworm.com/read/176857/9481376
3 ˫ 1.1.3 ˫
SDADD:
MOV R4,#00H
MOV R5,#40H
MOV R6,#60H
MOV R7,#01H
MOV 20H,R4
MOV 21H,R5
ACALL COMP
MOV R4,20H
MOV R5,21H
MOV 20H,R6
MOV 21H,R7
ACALL COMP
CLR C
MOV A,
www.eeworm.com/read/176857/9481398
1 ˫ 1.2.1 ˫
DSUB:
MOV R4,#20H
MOV R5,#80H
MOV R6,#0ADH
MOV R7,#71H
MOV 20H,R4
MOV 21H,R5
CLR C
MOV A,R4
SUBB A,20H
MOV 20H,A
MOV A,R5
SUBB A,21H
MOV 21H,A
JB D2,LOOP
www.eeworm.com/read/176857/9481431
3 ˫ 1.2.3 ˫
SDSUB:
MOV R4,#20H
MOV R5,#80H
MOV R6,#0FDH
MOV R7,#71H
MOV 20H,R4
MOV 21H,R5
ACALL COMP
MOV R4,20H
MOV R5,21H
MOV 20H,R6
MOV 21H,R7
ACALL COMP
CLR C
M