代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/313931/13579239
asm 164.asm
MOV P0,#0
MOV P2,#0
MOV A,P3
MOV P3,#0
MOV P3,#80H
MOV R7,#16
LOOP: MOV A,30H
RLC A
MOV 30
www.eeworm.com/read/313931/13579246
asm 164-2.asm
; MOV P0,#0
; MOV P2,#0
MOV A,P3
MOV P3,#0
MOV P3,#80H
MOV R7,#16
LOOP: MOV A,30H
RLC A
MOV
www.eeworm.com/read/313385/13589103
asm port1 (1).asm
ORG 00H
LOOP: MOV A, #0FEH ;赋初值
MOV R2, #8 ;设计数值
OUTPUT: MOV P1, A ;送P1口输出
RL A ;数据移位
ACALL DELAY
www.eeworm.com/read/313385/13589239
lst serial to parallel.lst
A51 MACRO ASSEMBLER SERIAL_TO_PARALLEL 07/31/2006 08:46:15 PAGE 1
MACRO ASSEMBLER A51 V8.00
OBJECT MODULE PLACED IN Serial to Parallel.OBJ
www.eeworm.com/read/312388/13612078
txt i2c在cpld上的模拟实现源程序.txt
I2C在CPLD上的模拟实现源程序
程序1:
type clock_type is (s0,s1,s2,s3);
signal state0:clock_type;
signal state1:state_type;
case state is
when s0=>
da
www.eeworm.com/read/312122/13619166
cpp pi.cpp
#include
using namespace::std;
const int LOOP = 100000000;
int main()
{
int R=RAND_MAX; //RAND_MAX = 0x7fff;
int x;
int y;
int count=0;
for(int i=0; i
www.eeworm.com/read/312109/13619247
asm vectors.asm
;
; Copyright 2003 by Texas Instruments Incorporated.
; All rights reserved. Property of Texas Instruments Incorporated.
; Restricted rights to use, duplicate or disclose this code are
; grant
www.eeworm.com/read/312107/13619282
asm vectors.asm
;
; Copyright 2003 by Texas Instruments Incorporated.
; All rights reserved. Property of Texas Instruments Incorporated.
; Restricted rights to use, duplicate or disclose this code are
; grant
www.eeworm.com/read/312104/13619340
asm vectors.asm
;
; Copyright 2003 by Texas Instruments Incorporated.
; All rights reserved. Property of Texas Instruments Incorporated.
; Restricted rights to use, duplicate or disclose this code are
; grant
www.eeworm.com/read/311763/13626602
asm xs.asm
; *************************
; * 电子屏字符显示器 *
; * "电子设计" *
; * 2001.10.23 *
; ****