代码搜索:Loop

找到约 10,000 项符合「Loop」的源代码

代码结果 10,000
www.eeworm.com/read/308765/13693097

s54 echo_asm.s54

; ; Copyright 2001 by Texas Instruments Incorporated. ; All rights reserved. Property of Texas Instruments Incorporated. ; Restricted rights to use, duplicate or disclose this code are ; granted t
www.eeworm.com/read/307368/13723572

txt 新建 文本文档.txt

ORG 0000H AJMP MAIN ORG 0030H MAIN: MOV 30H,#0EFH MOV A,30H MOV B,#100 DIV AB MOV 20H,A MOV 31H,A MOV A,B MOV B,#10
www.eeworm.com/read/307368/13723578

asm aaa.asm

ORG 0000H AJMP MAIN ORG 0030H MAIN: MOV 30H,#0EFH MOV A,30H MOV B,#100 DIV AB MOV 20H,A MOV 31H,A MOV A,B MOV B,#10
www.eeworm.com/read/307324/13724187

lkf debug.lkf

-z -q -c -m"./Debug/SEEDVPM642loop2.map" -o"./Debug/SEEDVPM642loop2.out" -stack0x400 -w -x -i"c:/ti/c6000/bios/lib" -i"c:/ti/c6000/rtdx/lib" -i"c:/ti/c6000/xdais/lib" -i"c:/ti/c6000/cgtools/lib" "C:\
www.eeworm.com/read/307324/13724205

lkv debug.lkv

-z -q -c -m"./Debug/SEEDVPM642loop2.map" -o"./Debug/SEEDVPM642loop2.out" -stack0x400 -w -x -i"c:/ti/c6000/bios/lib" -i"c:/ti/c6000/rtdx/lib" -i"c:/ti/c6000/xdais/lib" -i"c:/ti/c6000/cgtools/lib" "C:\
www.eeworm.com/read/307265/13724920

txt 11.2 12位ad转换器ad578ad678ad1678接口.txt

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/307265/13724996

txt 1.2.3 双字节有符号数减法.txt

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
www.eeworm.com/read/307265/13724999

txt 1.2.1 双字节无符号数减法.txt

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/307265/13725006

txt 1.1.3 双字节有符号数加法.txt

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/306793/13737635

c ufft.c

/* * fft.c * * Unix Version 2.4 by Steve Sampson, Public Domain, September 1988 * * This program produces a Frequency Domain display from the Time Domain * data input; using the Fast Fourier Tra