~ubuntu-branches/ubuntu/quantal/gputils/quantal

« back to all changes in this revision

Viewing changes to header/p16f872.inc

  • Committer: Bazaar Package Importer
  • Author(s): Aurelien Jarno
  • Date: 2006-09-04 11:05:06 UTC
  • mfrom: (1.1.5 upstream) (2.1.2 etch)
  • Revision ID: james.westby@ubuntu.com-20060904110506-1nmyanxfhepzyogy
Tags: 0.13.4-1
* New upstream version.
  - Fixed 18xx config bug when config is the last section (closes: #305547).
* Bumped Standards-Version to 3.7.2 (no changes).

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
;Rev:   Date:    Reason:
25
25
 
 
26
;1.01   11/17/05 Added the INTCON bits TMR0IE and TMR0IF
26
27
;1.00   01/25/98 Initial Release
27
28
 
28
29
;==========================================================================
109
110
GIE                          EQU     H'0007'
110
111
PEIE                         EQU     H'0006'
111
112
T0IE                         EQU     H'0005'
 
113
TMR0IE                       EQU     H'0005'
112
114
INTE                         EQU     H'0004'
113
115
RBIE                         EQU     H'0003'
114
116
T0IF                         EQU     H'0002'
 
117
TMR0IF                       EQU     H'0002'
115
118
INTF                         EQU     H'0001'
116
119
RBIF                         EQU     H'0000'
117
120