代码搜索:loop
找到约 10,000 项符合「loop」的源代码
代码结果 10,000
www.eeworm.com/read/478557/6709799
s crtsx.s
; C STARTUP FOR STM8
; WITH AUTOMATIC DATA INITIALISATION
; Copyright (c) 2006 by COSMIC Software
;
xref f_main, __memory, __idesc__, __stack
xref.b c_x, c_y, __endzp
xdef f_exit, __stext
;
www.eeworm.com/read/478557/6709804
s crtsx0.s
; C STARTUP FOR STM8
; WITH AUTOMATIC DATA INITIALISATION
; Copyright (c) 2006 by COSMIC Software
;
xref _main, __memory, __idesc__, __stack
xref.b c_x, c_y, __endzp
xdef _exit, __stext
;
;
www.eeworm.com/read/478256/6713759
c sys_lpc2200.c
#include "config.h"
/** 以下根据硬件连接配置(EasyHOST1160开发板配置) **/
#define HC_COMMAND_ADDRESS 0x82000002 // ISP1160与CPU连接的地址(命令)
#define HC_DATA_ADDRESS 0x82000000 // ISP1160与CPU连接的地址(数据)
#
www.eeworm.com/read/478036/6718450
asm exec062.asm
ORG 0000H
AJMP START
ORG 000BH ;定时器0的中断向量地址
AJMP TIME0 ;跳转到真正的定时器程序处
ORG 30H
START:
MOV P1,#0FFH ;关所 灯
MOV TMOD,#00000001B ;定时/计数器0工作于方式1
MOV TH0,#15H
MOV TL0,#0A0H ;即数5536
SETB EA
www.eeworm.com/read/477944/6726376
s crt0.s
@******************************************************************************
@ File:crt0.S
@ 功能:通过它转入C程序
@******************************************************************************
.tex
www.eeworm.com/read/477944/6726383
s crt0.s
@******************************************************************************
@ File:crt0.S
@ 功能:通过它转入C程序
@******************************************************************************
.tex
www.eeworm.com/read/477944/6726400
s crt0.s
@******************************************************************************
@ File:crt0.S
@ 功能:通过它转入C程序
@******************************************************************************
.tex
www.eeworm.com/read/476772/6749744
asm pwm-led.asm
;/******************************************************************
;/* */
;/* ME300B单片机开发系统演示程序 - PWM控制LED灯渐亮渐灭程序 */
;/*