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

« back to all changes in this revision

Viewing changes to header/p16f914.inc

  • Committer: Bazaar Package Importer
  • Author(s): Taisuke Yamada
  • Date: 2009-03-16 08:39:23 UTC
  • mfrom: (1.1.8 upstream) (2.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090316083923-jr9k3f8bchev19s0
Tags: 0.13.7-1
* New upstream release.
* New maintainer (Closes: #504473)
* Bumped Standards-Version to 3.8.1.
* General updates in debian/* to make it lintian clean.
* Removed PS/PDF files from gputils due to duplicate with gputils-doc.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
;1.01   08/16/04 Added EECON2 
27
27
;1.02   05/20/05 Removed EECON2 from badram
28
28
;1.03   10/05/05 Correct names of bits in ANSEL, Add EEADRH and EEADRL bit 
 
29
;1.04   10/30/06 Added Alias of go_done, go
29
30
;                       definitions
30
 
 
 
31
;1.05   02/26/07 Added Alias of EEADR and EEDATA
31
32
 
32
33
;==========================================================================
33
34
;
115
116
LCDPS                        EQU     H'0108'
116
117
LVDCON                       EQU     H'0109'
117
118
EEDATL                       EQU     H'010C'
 
119
EEDATA                       EQU     H'010C'
118
120
EEADRL                       EQU     H'010D'
 
121
EEADR                        EQU     H'010D'
119
122
EEDATH                       EQU     H'010E'
120
123
EEADRH                       EQU     H'010F'
121
124
LCDDATA0                     EQU     H'0110'
259
262
CHS0                         EQU     H'0002'
260
263
NOT_DONE                     EQU     H'0001'
261
264
GO_DONE                      EQU     H'0001'
 
265
GO                           EQU     H'0001'
262
266
ADON                         EQU     H'0000'
263
267
 
264
268
;----- OPTION_REG Bits -----------------------------------------------------