代码搜索结果
找到约 10,000 项符合
Remote Control 的代码
remote.lst
A51 MACRO ASSEMBLER REMOTE 06/23/2007 10:58:55 PAGE 1
MACRO ASSEMBLER A51 V7.10
OBJECT MODULE PLACED IN remote.OBJ
ASSEMBLER I
remote.asm
;----------------------------------
; 单片机无线遥控实例
; 功能:通过无线遥控实现对继电器的控制
;-----------------------------------
ORG 0000H
LJMP START
START:
MOV SP,#50H
remote.plg
礦ision2 Build Log
Project:
F:\project\写书\program\53\remote.uv2
Project File Date: 06/23/2007
Output:
Build target 'Target 1'
assembling remot
remote.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 {
remote.h
/*
* (C) Copyright 2000
* Murray Jensen
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you can redistribu
remote.c
/*
* taken from gdb/remote.c
*
* I am only interested in the write to memory stuff - everything else
* has been ripped out
*
* all the copyright notices etc have been left in
*/
/* enough so t
remote.h
/*
* (C) Copyright 2000
* Murray Jensen
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you can redistribu
remote.c
/*
* taken from gdb/remote.c
*
* I am only interested in the write to memory stuff - everything else
* has been ripped out
*
* all the copyright notices etc have been left in
*/
/* enough so t
remote.nc
// $Id: Remote.nc,v 1.2.2.2 2003/08/18 22:09:47 cssharp Exp $
/* tab:4
* "Copyright (c) 2000-2003 The Regents of the University of California.
* All rights reserved.
*
* Permission to
remote.h
// $Id: Remote.h,v 1.1.4.2 2003/08/18 22:09:47 cssharp Exp $
/* tab:4
* "Copyright (c) 2000-2003 The Regents of the University of California.
* All rights reserved.
*
* Permission to u