代码搜索:loop

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

代码结果 10,000
www.eeworm.com/read/413431/11156180

asm elapsed_time_polling.asm

;Delay Measurement Example, using Timer 0 with simple polling ;http://www.pjrc.com/tech/8051/board4/timers.html ;This examples demonstrates how to use Timer 0 to measure the ;elapsed time between two
www.eeworm.com/read/412777/11184416

lst port1 (1).lst

A51 MACRO ASSEMBLER PORT1__1_ 07/23/2006 10:56:20 PAGE 1 MACRO ASSEMBLER A51 V8.00 OBJECT MODULE PLACED IN Port1 (1).OBJ ASSEMBLE
www.eeworm.com/read/412777/11184632

lst audio.lst

A51 MACRO ASSEMBLER AUDIO 07/26/2006 22:10:19 PAGE 1 MACRO ASSEMBLER A51 V8.00 OBJECT MODULE PLACED IN Audio.OBJ ASSEMBLER IN
www.eeworm.com/read/412777/11184811

asm serial to parallel.asm

ORG 00H AJMP START START: MOV SCON,#0 MOV 30H,#01H ;8字节待传输数据 MOV 31H,#02H MOV 32H,#04H MOV 33H,#08H MOV 34H,#16 MOV 35H,#32 MOV 36H,#64 MOV 3
www.eeworm.com/read/267005/11197926

lst cont.lst

A51 MACRO ASSEMBLER CONT 11/24/2007 20:11:21 PAGE 1 MACRO ASSEMBLER A51 V7.07 OBJECT MODULE PLACED IN cont.OBJ ASSEMBLER INV
www.eeworm.com/read/266896/11209297

lst 4-1.lst

A51 MACRO ASSEMBLER 4_1 12/18/2007 13:13:04 PAGE 1 MACRO ASSEMBLER A51 V8.00 OBJECT MODULE PLACED IN 4-1.OBJ ASSEMBLER INVO
www.eeworm.com/read/412167/11212731

asm prog47i.asm

; PROG47i - Working through the Electronic Breakout Box ; ; ; Start Taking User Input. ; ; PROG47i - Poll on "Enter" Button while Showing the Output ; ; PROG47H - Do Bidirectional Communi
www.eeworm.com/read/412167/11212738

asm prog47h.asm

; PROG47H - Working through the Electronic Breakout Box ; ; ; Start Taking User Input. ; ; PROG47H - Do Bidirectional Communication ; - Redraw "Left" Communication When Neccesary
www.eeworm.com/read/412167/11212742

asm prog47c.asm

; PROG47c - Working through the Electronic Breakout Box ; ; ; Start Taking User Input. ; ; PROG47C - Output a Table and Save the Blank Positions in R5, R6 and R7 ; ; Myke Predko ; 98
www.eeworm.com/read/412167/11212747

asm prog47.asm

; PROG47 - Working through the Electronic Breakout Box ; ; Simple Test of the LCD. ; ; This Application waits for 30 msecs and then puts "Hello" onto the LCD's ; Screen. ; ; Myke