代码搜索结果
找到约 10,000 项符合
DAC 的代码
dac0832.lst
C51 COMPILER V8.02 DAC0832 09/04/2008 22:02:05 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE DAC0832
OBJECT MODULE PLACED IN
dac0832.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 {
dac0832.lnp
"STARTUP.obj",
"DAC0832.obj"
TO "DAC0832"
dac0832.hex
:03000000020032C9
:0C003200787FE4F6D8FD75810802000319
:10000300C2A3C2A5C2A6C2A7C2B2C2B68508807FD8
:080013000A12001B050880F42D
:10001B00EFD3940040107D647C00ED1D70011CED4E
:06002B004C70F71F80EA93
dac0832.plg
礦ision2 Build Log
Project:
E:\SST51\C51\DAC0832\DAC0832.uv2
Project File Date: 08/01/2005
Output:
dac0832.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 {
dac0832.lnp
"DA0832.obj"
TO "DAC0832"
RAMSIZE(256)
dac0832.c
#include
#define uchar unsigned char
#define uint unsigned int
sbit dacs=P1^7;
sbit dawr=P3^6;
void delay(uint x)
{
uint i;
uchar j;
for(i=x;i>0;i--)
for(j=110;j>0;j--);
}
voi
dac0832.asm
ORG 0000H
AJMP START
ORG 0030H
START: MOV DPTR,#0FEFFH ; 置DAC0832的地址
LP: MOV A,#0FFH ; 设定高电平
MOVX @DPTR,A