代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/485187/6567186
pas dxfilebaseservercore.pas
unit DXFilebaseServerCore;
interface
///////////////////////////////////////////////////////////////////////////////
// Component: TDXFilebaseServerCore
// Author: G.E. Ozz Nixon Jr.
www.eeworm.com/read/484133/6591261
txt 1.1.1 双字节无符号数加法.txt
DADD:
MOV R4,#00H
MOV R5,#40H
MOV R6,#60H
MOV R7,#01H
MOV 20H,R4
MOV 21H,R5
CLR C
MOV A,R4
ADD A,20H
MOV 20H,A
MOV A,R5
ADDC A,21H
JB D2,LOOP
MOV R4,20H
www.eeworm.com/read/484133/6591277
txt 4.4.3多字节整数转换.txt
DBCMHEX:
CLR A
MOV 20H,A
MOV 21H,A
MOV 22H,A
MOV 23H,A
LOOP0:
CLR C
MOV A,@R0
RRC A
PUSH PSW
JNB ACC3,LOOP1
CLR C
SUBB A,#03H
LOOP1:
JNB ACC7,LOOP2
CLR C
SU
www.eeworm.com/read/484133/6591287
txt 12.4.4扩展eeprom的.txt
PAGELOAD:
MOV R1,#10H
MOV DPTR,#SDD
MOV R0,#DL
MOV P2,#DH
WR:
MOVX A,@DPTR
MOV R2,A
MOVX @R0,A
INC DPTR
INC R0
CJNE R0,#00H,LOOP
INC P2
www.eeworm.com/read/484133/6591294
txt 12.1.3并行io口编程.txt
START:
ORG 0100H
MAIN:
MOV R0,#00H
MOV DPTR,#TABLE
DISP:
MOV A,R0
MOVC A,@A+ADPTR
MOV P1,A
ACALL DELAY
INC R0
CJNE R0,#0AH,DISP
AJMP M
www.eeworm.com/read/483608/6599647
v clock.v
module clock(clk,clk_1k,mode,change,turn,alert,hour,min,sec,
LD_alert,LD_hour,LD_min);
input clk,clk_1k,mode,change,turn;
output alert,LD_alert,LD_hour,LD_min;
output[7:0] hour,min,sec;
reg[7:0]
www.eeworm.com/read/482563/6617788
vhd 76_pid.vhd
library work;
use work.synchro.all;
use work.op_pkg.all;
----------------------------------------------------------------
entity pid is
port (
reset : in bit;
Fsignin :
www.eeworm.com/read/482107/6627645
htm faq.htm
{subtemplate header}
$bbname » {lang faq}{lang faq} $navigation