代码搜索:loop2
找到约 704 项符合「loop2」的源代码
代码结果 704
www.eeworm.com/read/371638/9543734
asm c08.asm
;“探索式” 实验八 8155接口芯片使用实验
;文件名:MCS51\C08.ASM
ORG 0000H
MOV SP,#60H
MOV R3,#00H
MOV R4,#0A0H
MOV DPTR,#0A1000H ;8155初始化,A口输入、B口输出
MOV A,#02H
www.eeworm.com/read/371638/9543758
asm c08.asm
;“探索式” 实验八 8155接口芯片使用实验
;文件名:MCS51\C08.ASM
ORG 0000H
MOV SP,#60H
MOV R3,#00H
MOV R4,#0A0H
MOV DPTR,#0A1000H ;8155初始化,A口输入、B口输出
MOV A,#02H
www.eeworm.com/read/371638/9543768
asm yanyixing.asm
org 0000h
LOOP: mov r0,#50h
mov r2,#04h
clr 30H
loop0: MOV 20h,@r0
inc r0
MOV a,@R0
CJNE A,20H ,LOOP1
AJMP HERE
LOOP1:JC LOOP2
HERE:
www.eeworm.com/read/423492/10557484
lst 05(2).lst
Microsoft (R) Macro Assembler Version 6.11 11/30/07 12:42:11
F:\课程\aaa\souce\05(2).asm Page 1 - 1
0000 data segment
0000 0000 i dw 0
0002 0000 j dw 0
0004 0000 k dw
www.eeworm.com/read/423492/10557488
lst 05.lst
Microsoft (R) Macro Assembler Version 6.11 11/27/07 19:40:48
F:\课程\aaa\souce\05.asm Page 1 - 1
0000 data segment
0000 0000 i dw 0
0002 0000 j dw 0
0004 0000 k dw 0
www.eeworm.com/read/494049/6387144
asm c08.asm
;“探索式” 实验十四 8155接口芯片使用实验
ORG 0000H
MOV SP,#60H
MOV R3,#00H
MOV R4,#0A0H
MOV DPTR,#0A1000H ;8155初始化,A口输入、B口输出
MOV A,#02H
MOVX @DPTR,A
www.eeworm.com/read/405770/11457653
c linknew.c
/*
* Reads in an image and then links adjacent pixels to forms lists which it
* then stores in a file. An improved version of link.c adaptef from link.pas
* as run on the Viglen PC To save memory,
www.eeworm.com/read/392151/8360693
asm 521.asm
;521.asm
.model small
.data
array dw 2,2,2
.stack 100h
.code
main proc far
start:
push ds
sub ax,ax
push ax
mov ax,@
www.eeworm.com/read/391298/8410850
lst timer0-0.lst
ASEM-51 V1.2 Copyright (c) 1996 by W.W. Heinz PAGE 1
MCS-51 Family Cross Assembler A S E M - 5 1
www.eeworm.com/read/391298/8410915
lst count0-0.lst
ASEM-51 V1.2 Copyright (c) 1996 by W.W. Heinz PAGE 1
MCS-51 Family Cross Assembler A S E M - 5 1