📄 isr.lst
字号:
C51 COMPILER V7.50 ISR 08/12/2006 10:29:13 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE ISR
OBJECT MODULE PLACED IN ISR.OBJ
COMPILER INVOKED BY: C:\Keil\C51\BIN\C51.EXE ISR.c LARGE BROWSE DEBUG OBJECTEXTEND
line level source
1 #include "PublicDef.H"
2 #include "publicfunction.h"
3
4 //============================================================
5 void inter_int0(void) interrupt 0 using 1
6 {
7 1 return;
8 1 }
9 void inter_timer0(void) interrupt 1 using 1
10 {
11 1 return;
12 1 }
13
14 //============================================================
15 void inter_int1(void) interrupt 2 using 1
16 {
17 1 return;
18 1 }
19 //============================================================
20 void inter_timer1(void) interrupt 3 using 2
21 {
22 1 TL1+=bCOPYTL1;TH1+=bCOPYTH1;//overflow is 1ms
23 1 if (bDelayTime) bDelayTime--;
24 1 if (wDelayTime) wDelayTime--;
25 1 if (wDemoDelay) wDemoDelay--;
26 1 if (Eeprom_Wait) Eeprom_Wait--;
27 1 if (Keys.Delay) Keys.Delay--;
28 1 if (Keys.WaitTime) Keys.WaitTime--;
29 1 else
30 1 {
31 2 if (Keys.ChekFlag==0)
32 2 {
33 3 ScanKey();
34 3 if (Keys.ScanFlag!=SCAN_DELAY)
35 3 GetKey();
36 3 }
37 2 Keys.WaitTime=SCAN_DEF_FREQ;
38 2 }
39 1 }
40
41 void inter_ES(void) interrupt 4 using 2
42 {
43 1 GoToIsp(0);
44 1 }
45
46
MODULE INFORMATION: STATIC OVERLAYABLE
CODE SIZE = 190 ----
CONSTANT SIZE = ---- ----
XDATA SIZE = ---- ----
PDATA SIZE = ---- ----
DATA SIZE = ---- ----
IDATA SIZE = ---- ----
C51 COMPILER V7.50 ISR 08/12/2006 10:29:13 PAGE 2
BIT SIZE = ---- ----
END OF MODULE INFORMATION.
C51 COMPILATION COMPLETE. 0 WARNING(S), 0 ERROR(S)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -