Revision: 1838
Author: robhamerling
Date: Fri Mar 26 00:46:12 2010
Log: Replacements for device files with excessive JANSEL_ANSx declarations
Removed JANSEL_ANSx declarations for non existing ADC channels.


http://code.google.com/p/jallib/source/detail?r=1838

Modified:
 /trunk/include/device/12f609.jal
 /trunk/include/device/12hv609.jal
 /trunk/include/device/16f610.jal
 /trunk/include/device/16f913.jal
 /trunk/include/device/16f917.jal
 /trunk/include/device/16hv610.jal

=======================================
--- /trunk/include/device/12f609.jal    Wed Mar 24 12:40:34 2010
+++ /trunk/include/device/12f609.jal    Fri Mar 26 00:46:12 2010
@@ -25,8 +25,8 @@
 --  - x:/mplab846/mpasm suite/lkr/12f609_g.lkr
 --
 -- Notes:
---  - Created with Dev2Jal Rexx script version 0.0.98
---  - File creation date/time: 24 Mar 2010 20:32
+--  - Created with Dev2Jal Rexx script version 0.0.99
+--  - File creation date/time: 25 Mar 2010 21:28
 --
 -- ===================================================
 --
@@ -349,10 +349,6 @@
 -- ------------------------------------------------
 var volatile byte   ANSEL                     at { 0x9F }
 var volatile bit*3  ANSEL_ADCS                at ANSEL : 4
-var volatile bit    JANSEL_ANS3               at ANSEL : 3
-var volatile bit    JANSEL_ANS2               at ANSEL : 2
-var volatile bit    JANSEL_ANS1               at ANSEL : 1
-var volatile bit    JANSEL_ANS0               at ANSEL : 0
 --
 -- ===================================================
 --
=======================================
--- /trunk/include/device/12hv609.jal   Wed Mar 24 12:40:34 2010
+++ /trunk/include/device/12hv609.jal   Fri Mar 26 00:46:12 2010
@@ -25,8 +25,8 @@
 --  - x:/mplab846/mpasm suite/lkr/12hv609_g.lkr
 --
 -- Notes:
---  - Created with Dev2Jal Rexx script version 0.0.98
---  - File creation date/time: 24 Mar 2010 20:32
+--  - Created with Dev2Jal Rexx script version 0.0.99
+--  - File creation date/time: 25 Mar 2010 21:28
 --
 -- ===================================================
 --
@@ -349,10 +349,6 @@
 -- ------------------------------------------------
 var volatile byte   ANSEL                     at { 0x9F }
 var volatile bit*3  ANSEL_ADCS                at ANSEL : 4
-var volatile bit    JANSEL_ANS3               at ANSEL : 3
-var volatile bit    JANSEL_ANS2               at ANSEL : 2
-var volatile bit    JANSEL_ANS1               at ANSEL : 1
-var volatile bit    JANSEL_ANS0               at ANSEL : 0
 --
 -- ===================================================
 --
=======================================
--- /trunk/include/device/16f610.jal    Wed Mar 24 12:40:34 2010
+++ /trunk/include/device/16f610.jal    Fri Mar 26 00:46:12 2010
@@ -25,8 +25,8 @@
 --  - x:/mplab846/mpasm suite/lkr/16f610_g.lkr
 --
 -- Notes:
---  - Created with Dev2Jal Rexx script version 0.0.98
---  - File creation date/time: 24 Mar 2010 20:32
+--  - Created with Dev2Jal Rexx script version 0.0.99
+--  - File creation date/time: 25 Mar 2010 21:28
 --
 -- ===================================================
 --
@@ -466,12 +466,6 @@
 var volatile bit*5  OSCTUNE_TUN               at OSCTUNE : 0
 -- ------------------------------------------------
 var volatile byte   ANSEL                     at { 0x91 }
-var volatile bit    JANSEL_ANS7               at ANSEL : 7
-var volatile bit    JANSEL_ANS6               at ANSEL : 6
-var volatile bit    JANSEL_ANS5               at ANSEL : 5
-var volatile bit    JANSEL_ANS4               at ANSEL : 4
-var volatile bit    JANSEL_ANS1               at ANSEL : 1
-var volatile bit    JANSEL_ANS0               at ANSEL : 0
 -- ------------------------------------------------
 var volatile byte   WPUA                      at { 0x95 }
 var volatile bit    WPUA_WPUA5                at WPUA : 5
=======================================
--- /trunk/include/device/16f913.jal    Wed Mar 24 12:40:34 2010
+++ /trunk/include/device/16f913.jal    Fri Mar 26 00:46:12 2010
@@ -25,8 +25,8 @@
 --  - x:/mplab846/mpasm suite/lkr/16f913_g.lkr
 --
 -- Notes:
---  - Created with Dev2Jal Rexx script version 0.0.98
---  - File creation date/time: 24 Mar 2010 20:32
+--  - Created with Dev2Jal Rexx script version 0.0.99
+--  - File creation date/time: 25 Mar 2010 21:28
 --
 -- ===================================================
 --
@@ -860,9 +860,6 @@
 var volatile bit*5  OSCTUNE_TUN               at OSCTUNE : 0
 -- ------------------------------------------------
 var volatile byte   ANSEL                     at { 0x91 }
-var volatile bit    JANSEL_ANS7               at ANSEL : 7
-var volatile bit    JANSEL_ANS6               at ANSEL : 6
-var volatile bit    JANSEL_ANS5               at ANSEL : 5
 var volatile bit    JANSEL_ANS4               at ANSEL : 4
 var volatile bit    JANSEL_ANS3               at ANSEL : 3
 var volatile bit    JANSEL_ANS2               at ANSEL : 2
=======================================
--- /trunk/include/device/16f917.jal    Wed Mar 24 12:40:34 2010
+++ /trunk/include/device/16f917.jal    Fri Mar 26 00:46:12 2010
@@ -25,8 +25,8 @@
 --  - x:/mplab846/mpasm suite/lkr/16f917_g.lkr
 --
 -- Notes:
---  - Created with Dev2Jal Rexx script version 0.0.98
---  - File creation date/time: 24 Mar 2010 20:32
+--  - Created with Dev2Jal Rexx script version 0.0.99
+--  - File creation date/time: 25 Mar 2010 21:28
 --
 -- ===================================================
 --
=======================================
--- /trunk/include/device/16hv610.jal   Wed Mar 24 12:40:34 2010
+++ /trunk/include/device/16hv610.jal   Fri Mar 26 00:46:12 2010
@@ -25,8 +25,8 @@
 --  - x:/mplab846/mpasm suite/lkr/16hv610_g.lkr
 --
 -- Notes:
---  - Created with Dev2Jal Rexx script version 0.0.98
---  - File creation date/time: 24 Mar 2010 20:32
+--  - Created with Dev2Jal Rexx script version 0.0.99
+--  - File creation date/time: 25 Mar 2010 21:28
 --
 -- ===================================================
 --
@@ -466,12 +466,6 @@
 var volatile bit*5  OSCTUNE_TUN               at OSCTUNE : 0
 -- ------------------------------------------------
 var volatile byte   ANSEL                     at { 0x91 }
-var volatile bit    JANSEL_ANS7               at ANSEL : 7
-var volatile bit    JANSEL_ANS6               at ANSEL : 6
-var volatile bit    JANSEL_ANS5               at ANSEL : 5
-var volatile bit    JANSEL_ANS4               at ANSEL : 4
-var volatile bit    JANSEL_ANS1               at ANSEL : 1
-var volatile bit    JANSEL_ANS0               at ANSEL : 0
 -- ------------------------------------------------
 var volatile byte   WPUA                      at { 0x95 }
 var volatile bit    WPUA_WPUA5                at WPUA : 5

--
You received this message because you are subscribed to the Google Groups 
"jallib" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/jallib?hl=en.

Reply via email to