代码搜索结果
找到约 10,000 项符合
LED 的代码
led.asm
//======================================================
// The information contained herein is the exclusive property of
// Sunnnorth Technology Co. And shall not be distributed, reproduced,
//
led.plg
礦ision3 Build Log
Project:
D:\小禹文件\proteus仿真MCS51的一百个例子\MCS-51 examples\Chapter 4\22 LED\LED.uv2
Project File Date: 03/12/2009
Output:
Build t
led.lst
A51 MACRO ASSEMBLER LED 03/12/2009 11:09:40 PAGE 1
MACRO ASSEMBLER A51 V8.00d
OBJECT MODULE PLACED IN LED.OBJ
ASSEMBLER INV
led.lnp
"LED.obj"
TO "LED"
led.asm
ORG 00H
START: MOV DPTR,#TABLE ;指针指向表头地址
S1: MOV A,#00H ;设置地址偏移量
MOVC A,@A+DPTR ;查表取得段码,送A存储
CJNE A,#01H,S2 ;判断段码是否为结束符
LJMP START
S2: MOV P0,A ;段码送LED显示
led.hex
:10000000900022740093B40103020000F5801200F6
:1000100015A30200037D147E147FF8DFFEDEFADDF7
:0D002000F6223F065B4F666D7D077F6F0186
:00000001FF
led.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
led.c
/*
* linux/arch/sh/stboards/led.c
*
* Copyright (C) 2000 Stuart Menefy
*
* May be copied or modified under the terms of the GNU General Public
* License. See linux/COPYIN
led.c
/*
* Chassis LCD/LED driver for HP-PARISC workstations
*
* (c) Copyright 2000 Red Hat Software
* (c) Copyright 2000 Helge Deller
*
* This program is free s
led.h
#undef CONFIG_S3C2410_GPIO_LED