代码搜索:Loop

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

代码结果 10,000
www.eeworm.com/read/405137/11470923

asm new.asm

ORG 0000H LJMP START TABLE:DB 3FH,18H,76H,7CH,59H,6DH,6FH,38H,7FH,7DH,7AH DB 4FH,27H,5EH,6FH,63H START: MOV R0,#00H LOOP: ;MOV P1,#00H MOV R3,#03H
www.eeworm.com/read/404284/11489211

asm pc817.asm

org 0000h LOOP: SETB P3.4 ;使P3.4输出高,关闭光电耦合器PC817内部的LED发光触发管 LCALL DELAY ;调用延时子程序DELAY LCALL DELAY ;调用延时子程序DELA LCALL DELAY ;调用延时子程序DELA CLR P3.4 ;使P3.4输出低,打开光电耦合器PC817内部的LED发光触发管,此时
www.eeworm.com/read/404153/11491025

asm example 3-41.asm

; Example 3 - 41. Complex DIT Radix-4 FFT ASM Listing for the TMS320C3x DSP * .GLOBAL FFT ; ENTRY POINT FOR EXECUTION .GLOBAL N ; FFT SIZE .GLOBAL M ; LOG4(N) .GLOBAL SINE ; ADD
www.eeworm.com/read/404153/11491039

asm example 3-40.asm

; Example 3 - 40. Complex DIT Radix-2 FFT ASM Listing for the TMS320C3x DSP * Appendix A1. Generic Program to Do a Looped-Code Radix-2 FFT Computation on the TMS320C30 * GENERIC PROGRAM TO DO A
www.eeworm.com/read/404153/11491055

asm example 2-4.asm

;Example 2 - 4. Unsigned Fixed-Point Division ASM Subroutine for C6x *============================================================================== * * TEXAS INSTRUMENTS, INC. * DIVMODU32 (32
www.eeworm.com/read/403756/11511079

htm faq.htm

{subtemplate header} $bbname » {lang faq}{lang faq} $navigation
www.eeworm.com/read/403756/11511133

htm tag.htm

{subtemplate header}  {lang search}
www.eeworm.com/read/403756/11511136

htm search_typeoption.htm

{template header}
www.eeworm.com/read/403756/11511227

htm stats_misc.htm

{subtemplate header} $bbname » {lang stats} » {lang stats_views}
www.eeworm.com/read/403611/11513895

asm wonoffp4.asm

;参考程序A : WONOFFP4.ASM 8个LED灯依次循环点亮. $include (c8051f020.inc) ORG 0000H LJMP MAIN ORG 0100H MAIN: MOV SP,#40H MOV WDTCN,#0DEH ;禁止看门狗定时器 MOV WDTCN,