代码搜索结果
找到约 10,000 项符合
LED Matrix 的代码
led.lnp
"START_XC.obj",
"MAIN.obj",
"IO.obj"
TO "led.abs"
RAMSIZE(256)
XDATA( 0XF000-0XF5FF )
led.plg
礦ision3 Build Log
Project:
C:\Documents and Settings\Administrator\桌面\XC888\LED\led.uv2
Project File Date: 03/22/2008
Output:
led.hex
:03000000020053A8
:10005300787FE4F6D8FD90F0007F007E02E4F0A301
:0A006300DFFCDEFA758109020003DC
:10006D0075BF0175BA10E4F5BF120085E4F5B8F55A
:08007D00B9F5F8F5F9D2AF2244
:1000030012006DE4FFFEE4F508F5
led.dpt
'****************************************************************************
' @Filename led.dpt
' @Project led.dav
'--------------------------------------------------------------------
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
ioport unsigned int port3002,port3003;
main()
{
int i;
for(;;)
{
i=port3003;
i=i&0xff;
port3002=i;
}
}
led.cmd
-w
-heap 400h
-stack 400h
-l rts.lib
MEMORY
{
PAGE 0:
IPRAM : o=0x0100,l=0x2000
PAGE 1:
IDRAM : o=0x2000,l=0x2000
}
SECTIONS
{
.text :>IPRAM PAGE 0
.data :>IPRAM PAGE 0
led.vwf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to