代码搜索结果
找到约 10,000 项符合
Monitor 的代码
temperature monitor.asm
LED_0 EQU 30H
LED_1 EQU 31H
LED_2 EQU 32H
ADC EQU 35H
TCNTA EQU 36H
TCNTB EQU 37H
H_TEMP EQU 38H ;温度上限
L_TEMP EQU 39H ;温度下限
FLAG BIT 00H
H_ALM BIT P3.0
L_ALM BIT P3.1
SO
temperature monitor.lst
A51 MACRO ASSEMBLER TEMPERATURE_MONITOR 07/09/2006 10:06:03 PAGE 1
MACRO ASSEMBLER A51 V8.00
OBJECT MODULE PLACED IN Temperature Monitor.OBJ
temperature monitor.hex
:02000000801C62
:03000B000200955B
:10001B000200987530007531007532009000FE7546
:10002B00389975394D758912758CF5758A00758DF2
:10003B00FC758B1875A88AC3D28CD2B0D2B1C2A56D
:10004B00D2A5C2A530A6FDD2A785
temperature monitor.lnp
"Temperature Monitor.obj"
TO "Temperature Monitor"
debugprint monitor.reg
REGEDIT
; This .REG file may be used by your SETUP program.
; If a SETUP program is not available, the entries below will be
; registered in your InitInstance automatically with a call to
;
debugprint monitor.cpp
//////////////////////////////////////////////////////////////////////////////
// Copyright
debugprint monitor.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////