代码搜索结果
找到约 10,000 项符合
Interrupt 的代码
interrupt.asm
SECOND EQU 30H
COUNT EQU 31H
ORG 00H
LJMP START
ORG 0BH ;定时器0中断入口
LJMP INT_T0
START: MOV SECOND,#00H
MOV COUNT,#00H
MOV DPTR,#TABLE ;段码表首地址
MOV P0,#3FH
interrupt.lst
A51 MACRO ASSEMBLER INTERRUPT 07/02/2006 20:44:03 PAGE 1
MACRO ASSEMBLER A51 V8.00
OBJECT MODULE PLACED IN Interrupt.OBJ
ASSEMBLE
interrupt.c
/*********************************************************************
File: interrupt.c
*********************************************************
interrupt.test
# 2004 Feb 8
#
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for yourself
interrupt.lst
C51 COMPILER V7.10 INTERRUPT 01/02/2005 16:12:28 PAGE 1
C51 COMPILER V7.10, COMPILATION OF MODULE INTERRUPT
OBJECT MODULE PLACED
interrupt.src
; .\interrupt.SRC generated from: ..\SourceFile\interrupt.c
; COMPILER INVOKED BY:
; C:\Program Files\Keil\C51\BIN\C51.EXE ..\SourceFile\interrupt.c LARGE BROWSE DEBUG OBJECTEXTEND PRINT(.\in
interrupt.c
/*************************************************/
/**************中断服务***********************/
/*************2003年1月24日*********************/
/************WROTE BY WANGSW********************