📄 global.lst
字号:
C51 COMPILER V7.07 GLOBAL 09/10/2005 11:32:44 PAGE 1
C51 COMPILER V7.07, COMPILATION OF MODULE GLOBAL
OBJECT MODULE PLACED IN Global.OBJ
COMPILER INVOKED BY: C:\Keil\C51\BIN\C51.EXE Global.c BROWSE DEBUG OBJECTEXTEND
stmt level source
1
2 //=========================================================================
3 // include files =
4 //=========================================================================
5 #include "define.h"
6 #include "cpu8052.h"
7
8
9 //***************************************************************************
10 // GLOBAL DATA
11 //**************************************************************************/
12
13 //input
14 Bool FgP1_0;
15 Bool FgP1_1;
16 Bool FgP1_2;
17 Bool FgP1_3;
18 Bool FgP1_4;
19 Bool FgP1_5;
20 Bool FgP1_6;
21 Bool FgP1_7;
22 Bool FgP2_0;
23 Bool FgExtInput1;
24 Bool FgExtInput2;
25 Bool FgExtInput3;
26 Bool FgExtInput4;
27 Bool FgExtInput5;
28 Bool FgExtInput6;
29 Bool FgExtInput7;
30 Bool FgExtInput8;
31 Bool FgExtInput9;
32 Bool FgExtInput10;
33 Bool FgExtInput11;
34 Bool FgExtInput12;
35 Bool FgExtInput13;
36 Bool FgExtInput14;
37 Bool FgExtInput15;
38 Bool FgExtInput16;
39 Byte IDATA TypeState;
40 Byte IDATA InputState;
41
42 //led
43 Bool FgExtOut1;
44 Bool FgExtOut2;
45 Bool FgExtOut3;
46 Bool FgExtOut4;
47 Bool FgExtOut5;
48 Bool FgExtOut6;
49 Bool FgExtOut7;
50 Bool FgExtOut8;
51 Bool FgLedFlag;
52 Bool FgLed2On;
53 Bool FgLed3On;
54 Bool FgLed2Off;
55 Bool FgLed1Off;
C51 COMPILER V7.07 GLOBAL 09/10/2005 11:32:44 PAGE 2
56 Bool FgChange;
57 Byte IDATA LedCount;
58 Byte IDATA OutputState;
59 Byte IDATA OutPutData1;
60
61 //utility
62 Bool FgBeepOff;
63 Bool FgAlarmOff;
64 Bool FgExtFreq1;
65 Bool FgExtFreq2;
66 Bool FgExtFreq3;
67 Bool FgExtFreq4;
68 Bool Fgdirection;
69 Byte IDATA BcdData1;
70 Byte IDATA BcdData2;
71 Byte IDATA BcdData3;
72 Byte IDATA BcdData4;
73 Byte IDATA DisplayState;
74 Byte IDATA UpdateValue;
75 Byte IDATA BcdVarible;
76 Byte IDATA *ByteVariablePtr;
77 Word IDATA *WordVariablePtr;
78 Word IDATA MaxValue;
79 Word IDATA MinValue;
80 Word IDATA BcdVarible1;
81
82 //pulse
83 Bool FgPulse;
84 Bool FgPulseShort;
85 Bool FgPulseLong;
86 Bool FgTimeout;
87 Byte IDATA DutyCount;
88 Byte IDATA DutyCycleValue;
89 Byte IDATA PulseData;
90 Byte IDATA LowPulseCount;
91 Byte IDATA HiPulseCount;
92 Byte IDATA WheelNow;
93 Byte IDATA WheelOld;
94 Byte IDATA RightCount;
95 Byte IDATA LeftCount;
96 Byte IDATA EncoderCnt;
97 Byte IDATA SquareCount;
98
99
100 //timer
101 Byte IDATA T40msTimer;
102 Word IDATA LedOffCount;
103 Word IDATA Timer40msCount;
104 Word IDATA PulseCount;
105
106 //key
107 Bool FgDoubleKey;
108 Bool FgKEY1;
109 Bool FgKEY2;
110 Bool FgKEY3;
111 Bool FgKEY4;
112 Bool FgKEY5;
113 Bool FgKEY2_ONOFF;
114 Byte IDATA KeyData;
115 Byte IDATA KeyData1;
116 Byte IDATA KeyData2;
117 Byte IDATA KeyData3;
C51 COMPILER V7.07 GLOBAL 09/10/2005 11:32:44 PAGE 3
118 Byte IDATA KeyData4;
119 Byte IDATA KeyCount;
120 Byte IDATA ScanKeyCounter;
121 Byte IDATA KeyBuffer;
122 Byte IDATA KeyCountTimer;
123 Byte IDATA CoarseAdjCount;
124
125 //iic
126 Byte IDATA ByteCnt;
127 Byte IDATA SlvAdr;
128
129 //eeprom
130 Bool FgVariable1;
131 Bool FgVariable2;
132 Bool FgVariable3;
133 Byte IDATA TrmBuf[34];
134 Byte IDATA Variable1;
135 Byte IDATA Variable2;
136 Byte IDATA Variable3;
137 Byte IDATA Variable4;
138 Byte IDATA Variable5;
139 Byte IDATA Variable6;
140 Byte IDATA Variable7;
141
142 //93c66
143 Byte IDATA Buffer;
144
145 //osd
146 Byte IDATA OsdLanguage;
147 Byte RDATA *DataPointer;
148 Byte IDATA CurrentValue;
149 Byte IDATA OSDMinValue;
150 Byte IDATA OSDMaxValue;
151 Byte IDATA CurrentValue;
152 Byte IDATA DogCount;
153 Byte IDATA NextColumn;
154
155 //external ram
156 Byte PDATA XFR_ADC _at_ 0x10;
157 Byte PDATA DAC0 _at_ 0x20;
158
MODULE INFORMATION: STATIC OVERLAYABLE
CODE SIZE = ---- ----
CONSTANT SIZE = ---- ----
XDATA SIZE = ---- ----
PDATA SIZE = ---- ----
DATA SIZE = 4 ----
IDATA SIZE = 96 ----
BIT SIZE = 60 ----
END OF MODULE INFORMATION.
C51 COMPILATION COMPLETE. 0 WARNING(S), 0 ERROR(S)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -