代码搜索:Loop

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

代码结果 10,000
www.eeworm.com/read/294899/8195315

asm vectors_11.asm

*Vectors_11.asm Vector file for interrupt-driven program .ref _c_int11 ;ISR used in C program .ref _c_int00 ;entry address .sect "vectors" ;section for vectors RESET_R
www.eeworm.com/read/395104/8195771

asm count1.asm

;************************************************** ; 平凡单片机工作室 ;  http://www.mcustudio.com ; (c) Copyright 2003 Pingfan's McuStudio ; All rights Reserved ;count1.asm ;作者:周坚 ;功能描述:使用单
www.eeworm.com/read/395104/8195818

asm ser2.asm

;************************************************** ; 平凡单片机工作室 ;  http://www.mcustudio.com ; (c) Copyright 2003 Pingfan's McuStudio ; All rights Reserved ;ser2.asm ;作者:周坚 ;功能描述:将串口接收
www.eeworm.com/read/294877/8196058

adb multi_port.adb

-------------------------------------------------------------------------------- -- -- -- File : multi_port.adb
www.eeworm.com/read/395104/8196194

lst 205.lst

A51 MACRO ASSEMBLER 205 12/05/2002 17:39:04 PAGE 1 MACRO ASSEMBLER A51 V7.01 OBJECT MODULE PLACED IN 205.OBJ ASSEMBLER INVO
www.eeworm.com/read/395104/8196201

asm 205.asm

;************************************************** ; 平凡单片机工作室 ;  http://www.mcustudio.com ; (c) Copyright 2003 Pingfan's McuStudio ; All rights Reserved ;205.asm ;作者:周坚 ;功能描述:P3口作为输
www.eeworm.com/read/395104/8196208

lst 206.lst

A51 MACRO ASSEMBLER 206 11/02/2002 08:36:44 PAGE 1 MACRO ASSEMBLER A51 V6.14 OBJECT MODULE PLACED IN .\206.OBJ ASSEMBLER IN
www.eeworm.com/read/395104/8196220

asm 206.asm

;************************************************** ; 平凡单片机工作室 ;  http://www.mcustudio.com ; (c) Copyright 2003 Pingfan's McuStudio ; All rights Reserved ;206.asm ;作者:周坚 ;功能描述:P1口所接L
www.eeworm.com/read/294206/8246442

asm noname1.asm

mov dptr,#0300h loop: clr p0.0 mov a,#00h movc a,@a+dptr mov p1,a lcall delay setb p0.0 clr p0.1 mov a,#01h movc a,@a+dptr mo
www.eeworm.com/read/193177/8248990

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