Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1186 | savelij | 1 | ifndef __templateinc ; avoid multiple inclusion |
2 | __templateinc equ 1 |
||
3 | |||
4 | save |
||
5 | listing off ; no listing over this file |
||
6 | |||
7 | ;**************************************************************************** |
||
8 | ;* * |
||
9 | ;* AS 1.42 - File TEMPLATE.INC * |
||
10 | ;* * |
||
11 | ;* contains SFR and Bit Definitions for * |
||
12 | ;* * |
||
13 | ;**************************************************************************** |
||
14 | |||
15 | restore |
||
16 | endif ; __templateinc |