代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/388595/8598641
txt 新建 文本文档.txt
PWM控制LED灯渐亮渐灭程序(源程序)
;/******************************************************************/
;/*
www.eeworm.com/read/388588/8598765
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/432300/8611219
asm exec062.asm
ORG 0000H
AJMP START
ORG 000BH ;定时器0的中断向量地址
AJMP TIME0 ;跳转到真正的定时器程序处
ORG 30H
START:
MOV P1,#0FFH ;关所 灯
MOV TMOD,#00000001B ;定时/计数器0工作于方式1
MOV TH0,#15H
MOV TL0,#0A0H ;即数5536
SETB EA
www.eeworm.com/read/288698/8613520
asm ad7822.asm
; .include MMRegs.h
.global _READAD7822
.text
.mmregs
_READAD7822:
nop
andm #0fffbh,pmst
stm 3000h,ar1
rpt #100h
st 00h,*ar1+
nop
loop1:
stm 3000h,ar1
s
www.eeworm.com/read/288662/8614954
c example_281xwatchdog.c
#include "DSP281x_Device.h" // DSP281x Headerfile Include File
#include "DSP281x_Examples.h" // DSP281x Examples Include File
volatile long int DataAddr1;
volatile int i;
volatile long j;
www.eeworm.com/read/388285/8619090
asm h4.asm
CS273 equ 8000h
mov dptr, #CS273
mov a, #1
Loop:
movx @dptr, a
rl a
nop
ljmp Loop
end
www.eeworm.com/read/388285/8619347
asm s1.asm
Block equ 4000h
mov dptr, #Block ; 起始地址
mov r0, #0 ; 清 256 字节
clr a
Loop:
movx @dptr, a
inc dptr ; 指向下一个地址
djnz r0, L
www.eeworm.com/read/288303/8644303
m disprog.m
function disprog(i,N,steps);
%DISPROG Display progression of a loop.
% DISPROG(i,N,steps) displays the progression of a loop.
%
% I : loop variable
% N : final value of i
% STEPS : number of d