This file is indexed.

/usr/share/sdcc/include/mcs51/at89S8252.h is in sdcc-libraries 2.9.0-5.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
/*-------------------------------------------------------------------------
  Register Declarations for ATMEL 89S8252 and 89LS8252 Processors

   Written By - Dipl.-Ing. (FH) Michael Schmitt
    mschmitt@mainz-online.de
    michael.schmitt@t-online.de

    Bug-Fix Jun 29 1999

    Additional definitions Nov 23 1999
      by Bernd Krueger-Knauber <bkk@infratec-plus.de>

    based on reg51.h by Sandeep Dutta sandeep.dutta@usa.net
    KEIL C compatible definitions are included

    Bug-Fix Feb 16 2006
      by Krzysztof Polomka <del_p@op.pl>

   This program is free software; you can redistribute it and/or modify it
   under the terms of the GNU General Public License as published by the
   Free Software Foundation; either version 2, or (at your option) any
   later version.

   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.

   You should have received a copy of the GNU General Public License
   along with this program; if not, write to the Free Software
   Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.

   In other words, you are welcome to use, share and improve this program.
   You are forbidden to forbid anyone else to use, share and improve
   what you give them.   Help stamp out software-hoarding!
-------------------------------------------------------------------------*/

#ifndef AT89S8252_H
#define AT89S8252_H

/* BYTE addressable registers */
__sfr __at (0x80) P0          ;
__sfr __at (0x81) SP          ;
__sfr __at (0x82) DPL         ;
__sfr __at (0x82) DP0L        ; /* as called by Atmel */
__sfr __at (0x83) DPH         ;
__sfr __at (0x83) DP0H        ; /* as called by Atmel */
__sfr __at (0x84) DP1L        ; /* at89S8252 specific register */
__sfr __at (0x85) DP1H        ; /* at89S8252 specific register */
__sfr __at (0x86) SPDR        ; /* at89S8252 specific register */
__sfr __at (0x87) PCON        ;
__sfr __at (0x88) TCON        ;
__sfr __at (0x89) TMOD        ;
__sfr __at (0x8A) TL0         ;
__sfr __at (0x8B) TL1         ;
__sfr __at (0x8C) TH0         ;
__sfr __at (0x8D) TH1         ;
__sfr __at (0x90) P1          ;
__sfr __at (0x96) WMCON       ; /* at89S8252 specific register */
__sfr __at (0x98) SCON        ;
__sfr __at (0x99) SBUF        ;
__sfr __at (0xA0) P2          ;
__sfr __at (0xA8) IE          ;
__sfr __at (0xAA) SPSR        ; /* at89S8252 specific register */
__sfr __at (0xB0) P3          ;
__sfr __at (0xB8) IP          ;
__sfr __at (0xC8) T2CON       ;
__sfr __at (0xC9) T2MOD       ;
__sfr __at (0xCA) RCAP2L      ;
__sfr __at (0xCB) RCAP2H      ;
__sfr __at (0xCC) TL2         ;
__sfr __at (0xCD) TH2         ;
__sfr __at (0xD0) PSW         ;
__sfr __at (0xD5) SPCR        ; /* at89S8252 specific register */
__sfr __at (0xE0) ACC         ;
__sfr __at (0xE0) A           ;
__sfr __at (0xF0) B           ;


/* BIT addressable registers */
/* P0 */
__sbit __at (0x80) P0_0       ;
__sbit __at (0x81) P0_1       ;
__sbit __at (0x82) P0_2       ;
__sbit __at (0x83) P0_3       ;
__sbit __at (0x84) P0_4       ;
__sbit __at (0x85) P0_5       ;
__sbit __at (0x86) P0_6       ;
__sbit __at (0x87) P0_7       ;

/* TCON */
__sbit __at (0x88) IT0        ;
__sbit __at (0x89) IE0        ;
__sbit __at (0x8A) IT1        ;
__sbit __at (0x8B) IE1        ;
__sbit __at (0x8C) TR0        ;
__sbit __at (0x8D) TF0        ;
__sbit __at (0x8E) TR1        ;
__sbit __at (0x8F) TF1        ;

/* P1 */
__sbit __at (0x90) P1_0       ;
__sbit __at (0x91) P1_1       ;
__sbit __at (0x92) P1_2       ;
__sbit __at (0x93) P1_3       ;
__sbit __at (0x94) P1_4       ;
__sbit __at (0x95) P1_5       ;
__sbit __at (0x96) P1_6       ;
__sbit __at (0x97) P1_7       ;

__sbit __at (0x90) T2         ;
__sbit __at (0x91) T2EX       ;

/* P1 SPI portpins */
__sbit __at (0x94) SS         ; /* SPI: SS - Slave port select input */
__sbit __at (0x95) MOSI       ; /* SPI: MOSI - Master data output, slave data input */
__sbit __at (0x96) MISO       ; /* SPI: MISO - Master data input, slave data output */
__sbit __at (0x97) SCK        ; /* SPI: SCK - Master clock output, slave clock input */


/* SCON */
__sbit __at (0x98) RI         ;
__sbit __at (0x99) TI         ;
__sbit __at (0x9A) RB8        ;
__sbit __at (0x9B) TB8        ;
__sbit __at (0x9C) REN        ;
__sbit __at (0x9D) SM2        ;
__sbit __at (0x9E) SM1        ;
__sbit __at (0x9F) SM0        ;

/* P2 */
__sbit __at (0xA0) P2_0       ;
__sbit __at (0xA1) P2_1       ;
__sbit __at (0xA2) P2_2       ;
__sbit __at (0xA3) P2_3       ;
__sbit __at (0xA4) P2_4       ;
__sbit __at (0xA5) P2_5       ;
__sbit __at (0xA6) P2_6       ;
__sbit __at (0xA7) P2_7       ;

/* IE */
__sbit __at (0xA8) EX0        ;
__sbit __at (0xA9) ET0        ;
__sbit __at (0xAA) EX1        ;
__sbit __at (0xAB) ET1        ;
__sbit __at (0xAC) ES         ;
__sbit __at (0xAD) ET2        ;
__sbit __at (0xAF) EA         ;

/* P3 */
__sbit __at (0xB0) P3_0       ;
__sbit __at (0xB1) P3_1       ;
__sbit __at (0xB2) P3_2       ;
__sbit __at (0xB3) P3_3       ;
__sbit __at (0xB4) P3_4       ;
__sbit __at (0xB5) P3_5       ;
__sbit __at (0xB6) P3_6       ;
__sbit __at (0xB7) P3_7       ;

__sbit __at (0xB0) RXD        ;
__sbit __at (0xB1) TXD        ;
__sbit __at (0xB2) INT0       ;
__sbit __at (0xB3) INT1       ;
__sbit __at (0xB4) T0         ;
__sbit __at (0xB5) T1         ;
__sbit __at (0xB6) WR         ;
__sbit __at (0xB7) RD         ;

/* IP */
__sbit __at (0xB8) PX0        ;
__sbit __at (0xB9) PT0        ;
__sbit __at (0xBA) PX1        ;
__sbit __at (0xBB) PT1        ;
__sbit __at (0xBC) PS         ;
__sbit __at (0xBD) PT2        ;

/* T2CON */
__sbit __at (0xC8) T2CON_0    ;
__sbit __at (0xC9) T2CON_1    ;
__sbit __at (0xCA) T2CON_2    ;
__sbit __at (0xCB) T2CON_3    ;
__sbit __at (0xCC) T2CON_4    ;
__sbit __at (0xCD) T2CON_5    ;
__sbit __at (0xCE) T2CON_6    ;
__sbit __at (0xCF) T2CON_7    ;

__sbit __at (0xC8) CP_RL2     ;
__sbit __at (0xC9) C_T2       ;
__sbit __at (0xCA) TR2        ;
__sbit __at (0xCB) EXEN2      ;
__sbit __at (0xCC) TCLK       ;
__sbit __at (0xCD) RCLK       ;
__sbit __at (0xCE) EXF2       ;
__sbit __at (0xCF) TF2        ;

/* PSW */
__sbit __at (0xD0) P          ;
__sbit __at (0xD1) FL         ;
__sbit __at (0xD2) OV         ;
__sbit __at (0xD3) RS0        ;
__sbit __at (0xD4) RS1        ;
__sbit __at (0xD5) F0         ;
__sbit __at (0xD6) AC         ;
__sbit __at (0xD7) CY         ;

/* B */
__sbit __at (0xF0) BREG_F0    ;
__sbit __at (0xF1) BREG_F1    ;
__sbit __at (0xF2) BREG_F2    ;
__sbit __at (0xF3) BREG_F3    ;
__sbit __at (0xF4) BREG_F4    ;
__sbit __at (0xF5) BREG_F5    ;
__sbit __at (0xF6) BREG_F6    ;
__sbit __at (0xF7) BREG_F7    ;


/* BIT definitions for bits that are not directly accessible */
/* PCON bits */
#define IDL             0x01
#define PD              0x02
#define GF0             0x04
#define GF1             0x08
#define SMOD            0x80

#define IDL_            0x01
#define PD_             0x02
#define GF0_            0x04
#define GF1_            0x08
#define SMOD_           0x80

/* TMOD bits */
#define M0_0            0x01
#define M1_0            0x02
#define C_T0            0x04
#define GATE0           0x08
#define M0_1            0x10
#define M1_1            0x20
#define C_T1            0x40
#define GATE1           0x80

#define M0_0_           0x01
#define M1_0_           0x02
#define C_T0_           0x04
#define GATE0_          0x08
#define M0_1_           0x10
#define M1_1_           0x20
#define C_T1_           0x40
#define GATE1_          0x80

#define T0_M0           0x01
#define T0_M1           0x02
#define T0_CT           0x04
#define T0_GATE         0x08
#define T1_M0           0x10
#define T1_M1           0x20
#define T1_CT           0x40
#define T1_GATE         0x80

#define T0_M0_          0x01
#define T0_M1_          0x02
#define T0_CT_          0x04
#define T0_GATE_        0x08
#define T1_M0_          0x10
#define T1_M1_          0x20
#define T1_CT_          0x40
#define T1_GATE_        0x80

#define T0_MASK         0x0F
#define T1_MASK         0xF0

#define T0_MASK_        0x0F
#define T1_MASK_        0xF0

/* T2MOD bits */
#define DCEN            0x01
#define T2OE            0x02

#define DCEN_           0x01
#define T2OE_           0x02

/* WMCON bits */
#define WMCON_WDTEN     0x01
#define WMCON_WDTRST    0x02
#define WMCON_DPS       0x04
#define WMCON_EEMEN     0x08
#define WMCON_EEMWE     0x10
#define WMCON_PS0       0x20
#define WMCON_PS1       0x40
#define WMCON_PS2       0x80

/* SPCR-SPI bits */
#define SPCR_SPR0       0x01
#define SPCR_SPR1       0x02
#define SPCR_CPHA       0x04
#define SPCR_CPOL       0x08
#define SPCR_MSTR       0x10
#define SPCR_DORD       0x20
#define SPCR_SPE        0x40
#define SPCR_SPIE       0x80

/* SPSR-SPI bits */
#define SPSR_WCOL       0x40
#define SPSR_SPIF       0x80

/* SPDR-SPI bits */
#define SPDR_SPD0       0x01
#define SPDR_SPD1       0x02
#define SPDR_SPD2       0x04
#define SPDR_SPD3       0x08
#define SPDR_SPD4       0x10
#define SPDR_SPD5       0x20
#define SPDR_SPD6       0x40
#define SPDR_SPD7       0x80

/* Interrupt numbers: address = (number * 8) + 3 */
#define IE0_VECTOR      0       /* 0x03 external interrupt 0 */
#define EX0_VECTOR      0       /* 0x03 external interrupt 0 */
#define TF0_VECTOR      1       /* 0x0b timer 0 */
#define IE1_VECTOR      2       /* 0x13 external interrupt 1 */
#define EX1_VECTOR      2       /* 0x13 external interrupt 1 */
#define TF1_VECTOR      3       /* 0x1b timer 1 */
#define SI0_VECTOR      4       /* 0x23 serial port 0 */
#define TF2_VECTOR      5       /* 0x2B timer 2 */
#define EX2_VECTOR      5       /* 0x2B external interrupt 2 */


/* This is one of the addons coming from Bernd Krueger-Knauber   */

/* ALE (0x8E) Bit Values */
__sfr __at 0x8E ALE;     	/* at89S8252 specific register */

/* Macro to enable and disable the toggling of the ALE-pin (EMV) */

/* Explanation : Original Intel 8051 Cores (Atmel has to use the */
/* Intel Core) have a feature that ALE is only active during     */
/* MOVX or MOVC instruction. Otherwise the ALE-Pin is weakly     */
/* pulled high. This can be used to force some external devices  */
/* into standby mode and reduced EMI noise                       */

#define ALE_OFF  ALE = ALE | 0x01
#define ALE_ON   ALE = ALE & 0xFE

#endif