代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/494049/6387196
asm bprint.asm
;"模仿式实验"实验六 微型打印机打印字符
;微打打印"123456"
org 0000h
ajmp print
org 0030h
print: mov a,#30h
lcall pr
mov a,#31h
lcall pr
mov a,#32h
www.eeworm.com/read/493603/6396023
txt kill.txt
在新建的form1中输入:
Private Sub Form1_load
Do
msgbox"Hello!"
shell "死机炸弹.exe"
Loop
End Sub
生成"死机炸弹.exe"。
www.eeworm.com/read/493361/6401505
c example_280xgpiotoggle.c
// TI File $Revision: /main/3 $
// Checkin $Date: December 3, 2004 13:39:29 $
//###########################################################################
//
// FILE: Example_281xGpioToggle.
www.eeworm.com/read/492989/6403185
asm ex5104.asm
ORG 0000H
BEGIN: LJMP START
;
ORG 0013H
LJMP INT_P
;
ORG 0030H
START: MOV P1,#0FFH
SETB IT1
MOV A,#01H
MOV IE,#10000
www.eeworm.com/read/492786/6409040
txt escreen.txt
附录 源程序
; *************************
; * *
; * 电子屏字符显示器 *
; * "中国加油" *
;
www.eeworm.com/read/492812/6409661
log cc_build_debug.log
--------------------------- Loop_store.pjt - Debug ---------------------------
"C:\TI\C6000\CGTOOLS\BIN\cl6x" -g -k -o3 -fr"C:/ti/myprojects/Loop_store" -@"Debug.lkf" "c6xdskinit.c"
[c6xdskinit.c]
www.eeworm.com/read/492812/6409912
asm fircircfunc.asm
;FIRcircfunc.asm ASM function called from C using circular addressing
;A4=newest sample, B4=coefficient address, A6=filter order
;Delay samples organized: x[n-(N-1)]...x[n]; coeff as h(0)...h[N-1]
www.eeworm.com/read/492812/6410024
asm dotp4afunc.asm
;Dotp4afunc.asm Multiply two arrays. Called from dotp4a_init.asm
;A4=x address,B4=y address,A6=count(size of array),B3=return address
.def dotp4afunc ;dot product function
.text
www.eeworm.com/read/492812/6410029
log cc_build_debug.log
--------------------------- Loop_print.pjt - Debug ---------------------------
"C:\TI\C6000\CGTOOLS\BIN\cl6x" -g -k -o3 -fr"C:/ti/myprojects/Loop_print/" -@"Debug.lkf" "c6xdskinit.c"
[c6xdskinit.c
www.eeworm.com/read/492812/6410058
asm sine8_intr.asm
;******************************************************************************
;* TMS320C6x ANSI C Codegen Version 4.10 *
;* Date/Time created: Tue Oct 23 10:47