代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/168202/9934180
log cc_build_debug.log
------------------------ SEEDVPM642loop2.pjt - Debug ------------------------
"c:\tic6000v2.20.18\c6000\cgtools\bin\cl6x" -g -q -fr"C:/tic6000v2.20.18/myprojects/SEEDVPM642_example_v2.0/VPM642_hard
www.eeworm.com/read/363482/9949281
sdi timer0-0.sdi
,,, ORG 00H
0000,02 00 30,, JMP MAIN
,,, ORG 30H
0030,75 89 00,MAIN,MAIN: MOV TMOD,#00H ;设置TIMER0工作在MODE0
0033,7C 00,, MOV R4,#00H ;记数指针初值
,,,;
www.eeworm.com/read/363482/9949645
sdi inter0-0.sdi
,,, ORG 00H
0000,02 00 30,, JMP MAIN
,,, ORG 03H ;INT0中断子程序起始地址
0003,02 00 43,, JMP EXT0 ;中断子程序
,,, ORG 30H
0030,75 A8 81,MAIN,MAIN: MOV IE
www.eeworm.com/read/363482/9949651
asm inter0-0.asm
ORG 00H
JMP MAIN
ORG 03H ;INT0中断子程序起始地址
JMP EXT0 ;中断子程序
ORG 30H
MAIN: MOV IE,#10000001B ;INT0中断使能
MOV IP,#00000001B ;INT0中断优先
MOV TCON,#00000000B ;INTO为电平触发
MOV SP,#70H ;设定堆栈指针
MOV
www.eeworm.com/read/167540/9964145
c- c-while.c-
/*
* test file c-while.c-
*
* to test while loop
*
*
*/
// id: 0130348
int main()
{
int i = 0;
while(i
www.eeworm.com/read/167540/9964237
c- c-dowhile.c-
/*
* test file loop.c-
*
* to test do-while loop
* and break
*
*/
// id: 0130348
int main()
{
int i = 1;
do{
i++;
} while(i
www.eeworm.com/read/363143/9966626
asm lesson_c.asm
;******************************************************************************
;* TMS320C6x C/C++ Codegen PC Version 4.32 *
;* Date/Time created: Mon Nov 06 15:25
www.eeworm.com/read/362942/9973941
asm p16_1.asm
ORG 0000H
LJMP MAIN
ORG 0003H
LJMP INT_0
ORG 3000H
MAIN: SETB C
MOV A, #00110011B
SETB EX0
SETB IT0
SETB EA
LOOP: MOV P0, A
ACALL DELAY
JNC CLKWISE
RL A
www.eeworm.com/read/167146/9979692
asm vectors.asm
;
; Copyright 2003 by Texas Instruments Incorporated.
; All rights reserved. Property of Texas Instruments Incorporated.
; Restricted rights to use, duplicate or disclose this code are
; grant
www.eeworm.com/read/167142/9979804
asm vectors.asm
;
; Copyright 2003 by Texas Instruments Incorporated.
; All rights reserved. Property of Texas Instruments Incorporated.
; Restricted rights to use, duplicate or disclose this code are
; grant