1 #--------------------------------------------------------------------------
2 # pic14devices.txt - 14 bit 16Fxxx / 16Cxxx / 12Fxxx series device file
5 # Copyright (C) 2006, Zik Saleeba <zik at zikzak.net>
7 # This library is free software; you can redistribute it and/or modify it
8 # under the terms of the GNU General Public License as published by the
9 # Free Software Foundation; either version 2, or (at your option) any
12 # This library is distributed in the hope that it will be useful,
13 # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 # GNU General Public License for more details.
17 # You should have received a copy of the GNU General Public License
18 # along with this library; see the file COPYING. If not, write to the
19 # Free Software Foundation, 51 Franklin Street, Fifth Floor, Boston,
21 #--------------------------------------------------------------------------
25 # program = program memory in 14 bit words
26 # data = data memory in bytes
27 # eeprom = eeprom storage
29 # 0: regular device (default)
30 # 1: indicate that this is an enhanced core (automatic context saving on IRQ)
32 # maxram = maximum memmap address for unique general purpose registers
33 # bankmsk = mask for memmap bank selecting. 0x80 for two banks usable,
35 # config = white-space separated list of config word addresses
36 # regmap = registers duplicated in multiple banks. First value is a bank bitmask,
37 # following values are register addresses
38 # memmap <start> <end> <alias>
39 # <start> - <end> mirrored in all banks set in <alias>
40 # <alias> is a bitmask of bank bits (0x80, 0x100, 0x180)
41 # Make sure to always provide at least one non-full (<alias> = <bankmsk>)
42 # record or SDCC will assume that all usable memory is shared across all
48 # 10F series devices with 14 bit core
51 processor 10f320, 10lf320
60 processor 10f322, 10lf322
79 regmap 0x180 0x00 0x02 0x03 0x04 0x06 0x0a 0x0b
80 regmap 0x100 0x01 0x81
81 memmap 0x0020 0x003f 0x100
82 memmap 0x0040 0x007f 0x180
83 memmap 0x00a0 0x00bf 0x100
93 regmap 0x180 0x00 0x02 0x03 0x04 0x0a 0x0b
94 regmap 0x100 0x01 0x81 0x06 0x86
95 memmap 0x0020 0x007f 0x100
96 memmap 0x00a0 0x00ff 0x100
98 processor 16f74, 16lf74
106 regmap 0x180 0x00 0x02 0x03 0x04 0x0a 0x0b
107 regmap 0x100 0x01 0x81 0x06 0x86
108 memmap 0x0020 0x007f 0x100
109 memmap 0x00a0 0x00ff 0x100
111 processor 16f76, 16lf76
119 regmap 0x180 0x00 0x02 0x03 0x04 0x0a 0x0b
120 regmap 0x100 0x01 0x81 0x06 0x86
121 memmap 0x0020 0x006f 0x000
122 memmap 0x0070 0x007f 0x180
123 memmap 0x00a0 0x00ef 0x000
124 memmap 0x0120 0x016f 0x000
125 memmap 0x01a0 0x01ef 0x000
127 processor 16f77, 16lf77
135 regmap 0x180 0x00 0x02 0x03 0x04 0x0a 0x0b
136 regmap 0x100 0x01 0x81 0x06 0x86
137 memmap 0x0020 0x006f 0x000
138 memmap 0x0070 0x007f 0x180
139 memmap 0x00a0 0x00ef 0x000
140 memmap 0x0120 0x016f 0x000
141 memmap 0x01a0 0x01ef 0x000
143 processor 16f84, 16lf84, 16f84a, 16lf84a
151 regmap 0x80 0x00 0x02 0x03 0x04 0x0a 0x0b
152 memmap 0x000C 0x004f 0x080
154 processor 16f87, 16lf87, 16f88, 16lf88
162 regmap 0x180 0x00 0x02 0x03 0x04 0x0a 0x0b
163 regmap 0x100 0x01 0x81 0x06 0x86
164 memmap 0x0020 0x006f 0x000
165 memmap 0x0070 0x007f 0x180
166 memmap 0x0110 0x016f 0x000
167 memmap 0x0190 0x01ef 0x000
169 processor 16f610, 16hv610
177 regmap 0x080 0x00 0x02 0x03 0x04 0x0a 0x0b
178 memmap 0x0040 0x006f 0x000
179 memmap 0x0070 0x007f 0x080
181 processor 16f616, 16hv616
189 regmap 0x080 0x00 0x02 0x03 0x04 0x0a 0x0b
190 memmap 0x0020 0x006f 0x000
191 memmap 0x0070 0x007f 0x080
192 memmap 0x00a0 0x00bf 0x000
194 processor 16f627, 16lf627, 16f627a, 16lf627a
202 regmap 0x180 0x00 0x02 0x03 0x04 0x0a 0x0b
203 regmap 0x100 0x01 0x81 0x06 0x86
204 memmap 0x0020 0x006f 0x000
205 memmap 0x0070 0x007f 0x180
206 memmap 0x00a0 0x00ef 0x000
207 memmap 0x0120 0x014f 0x000
209 processor 16f628, 16lf628, 16f628a, 16lf628a
217 regmap 0x180 0x00 0x02 0x03 0x04 0x0a 0x0b
218 regmap 0x100 0x01 0x81 0x06 0x86
219 memmap 0x0020 0x006f 0x000
220 memmap 0x0070 0x007f 0x180
221 memmap 0x00a0 0x00ef 0x000
222 memmap 0x0120 0x014f 0x000
224 processor 16f648, 16f648a, 16lf648a
232 regmap 0x180 0x00 0x02 0x03 0x04 0x0a 0x0b
233 regmap 0x100 0x01 0x81 0x06 0x86
234 memmap 0x0020 0x006f 0x000
235 memmap 0x0070 0x007f 0x180
236 memmap 0x00a0 0x00ef 0x000
237 memmap 0x0120 0x016f 0x000
239 processor 16f630, 16f676
247 regmap 0x80 0x00 0x02 0x03 0x04 0x0a 0x0b
248 memmap 0x0020 0x005f 0x080
258 regmap 0x180 0x00 0x02 0x03 0x04 0x0a 0x0b
259 regmap 0x100 0x01 0x81 0x05 0x85 0x07 0x87
260 memmap 0x0040 0x006f 0x000
261 memmap 0x0070 0x007f 0x180
263 processor 16f636, 16f639
271 regmap 0x180 0x00 0x02 0x03 0x04 0x0a 0x0b
272 regmap 0x100 0x01 0x81 0x05 0x85 0x07 0x87
273 memmap 0x0020 0x006f 0x000
274 memmap 0x0070 0x007f 0x180
275 memmap 0x00a0 0x00bf 0x000
285 regmap 0x180 0x00 0x02 0x03 0x04 0x0a 0x0b
286 regmap 0x100 0x01 0x81 0x05 0x85 0x07 0x87
287 memmap 0x0020 0x006f 0x000
288 memmap 0x0070 0x007f 0x180
289 memmap 0x00a0 0x00bf 0x000
299 regmap 0x80 0x00 0x02 0x03 0x04 0x0a 0x0b
300 memmap 0x0020 0x006f 0x000
301 memmap 0x0070 0x007f 0x080
302 memmap 0x00a0 0x00bf 0x000
304 processor 16f685, 16f689, 16f690
312 regmap 0x180 0x00 0x02 0x03 0x04 0x0a 0x0b
313 regmap 0x100 0x01 0x81 0x05 0x85 0x06 0x86 0x07 0x87
314 memmap 0x0020 0x006f 0x000
315 memmap 0x0070 0x007f 0x180
316 memmap 0x00a0 0x00ef 0x000
317 memmap 0x0120 0x016f 0x000
327 regmap 0x180 0x00 0x02 0x03 0x04 0x0a 0x0b
328 regmap 0x100 0x01 0x81 0x05 0x85 0x06 0x86 0x07 0x87
329 memmap 0x0020 0x006f 0x000
330 memmap 0x0070 0x007f 0x180
331 memmap 0x00a0 0x00bf 0x000
341 regmap 0x180 0x00 0x02 0x03 0x04 0x0a 0x0b
342 regmap 0x100 0x01 0x81 0x05 0x85 0x07 0x87
343 memmap 0x0020 0x006f 0x000
344 memmap 0x0070 0x007f 0x180
345 memmap 0x00a0 0x00ef 0x000
346 memmap 0x0120 0x016f 0x000
356 regmap 0x80 0x00 0x02 0x03 0x04 0x0a 0x0b
357 memmap 0x0020 0x006f 0x000
358 memmap 0x0070 0x007f 0x080
359 memmap 0x00a0 0x00bf 0x000
361 processor 16f707,16lf707
369 regmap 0x180 0x00 0x02 0x03 0x04 0x0a 0x0b
370 regmap 0x100 0x01 0x81
371 memmap 0x0020 0x006f 0x000
372 memmap 0x0070 0x007f 0x180
373 memmap 0x00a0 0x00ef 0x000
374 memmap 0x0115 0x016f 0x000
375 memmap 0x0190 0x01ef 0x000
377 processor 16f720,16lf720
385 regmap 0x180 0x00 0x02 0x03 0x04 0x0a 0x0b
386 regmap 0x100 0x01 0x81
387 memmap 0x0020 0x006f 0x000
388 memmap 0x0070 0x007f 0x180
390 processor 16f721,16lf721
398 regmap 0x180 0x00 0x02 0x03 0x04 0x0a 0x0b
399 regmap 0x100 0x01 0x81
400 memmap 0x0020 0x006f 0x000
401 memmap 0x0070 0x007f 0x180
403 processor 16f722,16lf722,16f722a,16lf722a
411 regmap 0x180 0x00 0x02 0x03 0x04 0x0a 0x0b
412 regmap 0x100 0x01 0x81
413 memmap 0x0020 0x006f 0x000
414 memmap 0x0070 0x007f 0x180
415 memmap 0x00a0 0x00bf 0x000
417 processor 16f723,16lf723,16f723a,16lf723a
425 regmap 0x180 0x00 0x02 0x03 0x04 0x0a 0x0b
426 regmap 0x100 0x01 0x81
427 memmap 0x0020 0x006f 0x000
428 memmap 0x0070 0x007f 0x180
429 memmap 0x00a0 0x00ef 0x000
430 memmap 0x0120 0x012f 0x000
432 processor 16f724,16lf724
440 regmap 0x180 0x00 0x02 0x03 0x04 0x0a 0x0b
441 regmap 0x100 0x01 0x81
442 memmap 0x0020 0x006f 0x000
443 memmap 0x0070 0x007f 0x180
444 memmap 0x00a0 0x00ef 0x000
445 memmap 0x0120 0x012f 0x000
447 processor 16f726,16lf726
455 regmap 0x180 0x00 0x02 0x03 0x04 0x0a 0x0b
456 regmap 0x100 0x01 0x81
457 memmap 0x0020 0x006f 0x000
458 memmap 0x0070 0x007f 0x180
459 memmap 0x00a0 0x00ef 0x000
460 memmap 0x0110 0x016f 0x000
461 memmap 0x0190 0x01ef 0x000
463 processor 16f727,16lf727
471 regmap 0x180 0x00 0x02 0x03 0x04 0x0a 0x0b
472 regmap 0x100 0x01 0x81
473 memmap 0x0020 0x006f 0x000
474 memmap 0x0070 0x007f 0x180
475 memmap 0x00a0 0x00ef 0x000
476 memmap 0x0110 0x016f 0x000
477 memmap 0x0190 0x01ef 0x000
487 regmap 0x180 0x00 0x02 0x03 0x04 0x0a 0x0b
488 regmap 0x100 0x01 0x81 0x06 0x86
489 memmap 0x0020 0x006f 0x000
490 memmap 0x0070 0x007f 0x180
491 memmap 0x00a0 0x00ef 0x000
492 memmap 0x0110 0x016f 0x000
493 memmap 0x0190 0x01ef 0x000
495 processor 16f747, 16lf747
503 regmap 0x180 0x00 0x02 0x03 0x04 0x0a 0x0b
504 regmap 0x100 0x01 0x81 0x06 0x86
505 memmap 0x0020 0x006f 0x000
506 memmap 0x0070 0x007f 0x180
507 memmap 0x00a0 0x00ef 0x000
508 memmap 0x0110 0x016f 0x000
509 memmap 0x0190 0x01ef 0x000
511 processor 16f767, 16lf767
519 regmap 0x180 0x00 0x02 0x03 0x04 0x0a 0x0b
520 regmap 0x100 0x01 0x81 0x06 0x86
521 memmap 0x0020 0x006f 0x000
522 memmap 0x0070 0x007f 0x180
523 memmap 0x00a0 0x00ef 0x000
524 memmap 0x0110 0x016f 0x000
525 memmap 0x0190 0x01ef 0x000
527 processor 16f777, 16lf777
535 regmap 0x180 0x00 0x02 0x03 0x04 0x0a 0x0b
536 regmap 0x100 0x01 0x81 0x06 0x86
537 memmap 0x0020 0x006f 0x000
538 memmap 0x0070 0x007f 0x180
539 memmap 0x00a0 0x00ef 0x000
540 memmap 0x0110 0x016f 0x000
541 memmap 0x0190 0x01ef 0x000
543 processor 16f753, 16hv753
551 regmap 0x180 0x00 0x02 0x03 0x04 0x0a 0x0b
552 regmap 0x100 0x01 0x81
553 memmap 0x0020 0x006f 0x000
554 memmap 0x0070 0x007f 0x180
555 memmap 0x00a0 0x00bf 0x000
557 processor 16f785, 16hv785
565 regmap 0x180 0x00 0x02 0x03 0x04 0x0a 0x0b
566 regmap 0x100 0x01 0x81 0x05 0x85 0x06 0x86 0x07 0x87 0x8c
567 memmap 0x0020 0x006f 0x000
568 memmap 0x0070 0x007f 0x180
569 memmap 0x00a0 0x00bf 0x000
571 processor 16f870, 16lf870, 16f872, 16lf872
579 regmap 0x180 0x00 0x02 0x03 0x04 0x0a 0x0b
580 regmap 0x100 0x01 0x81 0x06 0x86
581 memmap 0x0020 0x006f 0x100
582 memmap 0x0070 0x007f 0x180
583 memmap 0x00a0 0x00bf 0x100
585 processor 16f871, 16lf871
593 regmap 0x180 0x00 0x02 0x03 0x04 0x0a 0x0b
594 regmap 0x100 0x01 0x81 0x06 0x86
595 memmap 0x0020 0x006f 0x100
596 memmap 0x0070 0x007f 0x180
597 memmap 0x00a0 0x00bf 0x100
599 processor 16f873, 16lf873, 16f873a, 16lf873a
607 regmap 0x180 0x00 0x02 0x03 0x04 0x0a 0x0b
608 regmap 0x100 0x01 0x81 0x06 0x86
609 memmap 0x0020 0x007f 0x100
610 memmap 0x00a0 0x00ff 0x100
612 processor 16f874, 16lf874, 16f874a, 16lf874a
620 regmap 0x180 0x00 0x02 0x03 0x04 0x0a 0x0b
621 regmap 0x100 0x01 0x81 0x06 0x86
622 memmap 0x0020 0x007f 0x100
623 memmap 0x00a0 0x00ff 0x100
625 processor 16f876, 16lf876, 16f876a, 16lf876a
633 regmap 0x180 0x00 0x02 0x03 0x04 0x0a 0x0b
634 regmap 0x100 0x01 0x81 0x06 0x86
635 memmap 0x0020 0x006f 0x000
636 memmap 0x0070 0x007f 0x180
637 memmap 0x00a0 0x00ef 0x000
638 memmap 0x0110 0x016f 0x000
639 memmap 0x0190 0x01ef 0x000
641 processor 16f877, 16lf877, 16f877a, 16lf877a
649 regmap 0x180 0x00 0x02 0x03 0x04 0x0a 0x0b
650 regmap 0x100 0x01 0x81 0x06 0x86
651 memmap 0x0020 0x006f 0x000
652 memmap 0x0070 0x007f 0x180
653 memmap 0x00a0 0x00ef 0x000
654 memmap 0x0110 0x016f 0x000
655 memmap 0x0190 0x01ef 0x000
665 regmap 0x180 0x00 0x02 0x03 0x04 0x0a 0x0b
666 regmap 0x100 0x01 0x81 0x06 0x86
667 memmap 0x0020 0x006f 0x000
668 memmap 0x0070 0x007f 0x180
669 memmap 0x00a0 0x00bf 0x000
679 regmap 0x180 0x00 0x02 0x03 0x04 0x0a 0x0b
680 regmap 0x100 0x01 0x81 0x06 0x86
681 memmap 0x0020 0x006f 0x000
682 memmap 0x0070 0x007f 0x180
683 memmap 0x00a0 0x00ef 0x000
684 memmap 0x0120 0x016f 0x000
694 regmap 0x180 0x00 0x02 0x03 0x04 0x0a 0x0b
695 regmap 0x100 0x01 0x81 0x06 0x86
696 memmap 0x0020 0x006f 0x000
697 memmap 0x0070 0x007f 0x180
698 memmap 0x00a0 0x00ef 0x000
699 memmap 0x0120 0x016f 0x000
709 regmap 0x180 0x00 0x02 0x03 0x04 0x0a 0x0b
710 regmap 0x100 0x01 0x81 0x06 0x86
711 memmap 0x0020 0x006f 0x000
712 memmap 0x0070 0x007f 0x180
713 memmap 0x00a0 0x00ef 0x000
714 memmap 0x0110 0x016f 0x000
715 memmap 0x0190 0x01ef 0x000
725 regmap 0x180 0x00 0x02 0x03 0x04 0x0a 0x0b
726 regmap 0x100 0x01 0x81 0x06 0x86
727 memmap 0x0020 0x006f 0x000
728 memmap 0x0070 0x007f 0x180
729 memmap 0x00a0 0x00ef 0x000
730 memmap 0x0110 0x016f 0x000
731 memmap 0x0190 0x01ef 0x000
733 processor 16f818, 16lf818
741 regmap 0x180 0x00 0x02 0x03 0x04 0x0a 0x0b
742 regmap 0x100 0x01 0x81 0x06 0x86
743 memmap 0x0020 0x003f 0x100
744 memmap 0x0040 0x007f 0x180
745 memmap 0x00a0 0x00bf 0x000
747 processor 16f819, 16lf819
755 regmap 0x180 0x00 0x02 0x03 0x04 0x0a 0x0b
756 regmap 0x100 0x01 0x81 0x06 0x86
757 memmap 0x0020 0x006f 0x000
758 memmap 0x0070 0x007f 0x180
759 memmap 0x00a0 0x00ef 0x000
760 memmap 0x0120 0x016f 0x000
770 regmap 0x180 0x00 0x02 0x03 0x04 0x0a 0x0b
771 regmap 0x100 0x01 0x81 0x06 0x86
772 memmap 0x0020 0x006f 0x000
773 memmap 0x0070 0x007f 0x180
774 memmap 0x00a0 0x00ef 0x000
775 memmap 0x0120 0x016f 0x000
785 regmap 0x180 0x00 0x02 0x03 0x04 0x0a 0x0b
786 regmap 0x100 0x01 0x81 0x06 0x86
787 memmap 0x0020 0x006f 0x000
788 memmap 0x0070 0x007f 0x180
789 memmap 0x00a0 0x00ef 0x000
790 memmap 0x0120 0x016f 0x000
800 regmap 0x180 0x00 0x02 0x03 0x04 0x0a 0x0b
801 regmap 0x100 0x01 0x81 0x06 0x86
802 memmap 0x0020 0x006f 0x000
803 memmap 0x0070 0x007f 0x180
804 memmap 0x00a0 0x00ef 0x000
805 memmap 0x0120 0x016f 0x000
806 memmap 0x0190 0x01ef 0x000
816 regmap 0x180 0x00 0x02 0x03 0x04 0x0a 0x0b
817 regmap 0x100 0x01 0x81 0x06 0x86
818 memmap 0x0020 0x006f 0x000
819 memmap 0x0070 0x007f 0x180
820 memmap 0x00a0 0x00ef 0x000
821 memmap 0x0120 0x016f 0x000
822 memmap 0x0190 0x01ef 0x000
832 regmap 0x180 0x00 0x02 0x03 0x04 0x0a 0x0b
833 regmap 0x100 0x01 0x81 0x06 0x86
834 memmap 0x0020 0x006f 0x000
835 memmap 0x0070 0x007f 0x180
836 memmap 0x00a0 0x00ef 0x000
837 memmap 0x0120 0x016f 0x000
838 memmap 0x01a0 0x01ef 0x000
844 processor 16c62, 16c72
852 regmap 0x80 0x00 0x02 0x03 0x04 0x0a 0x0b
853 memmap 0x0020 0x007f 0x000
854 memmap 0x00a0 0x00bf 0x000
856 processor 16c63a, 16c73b
864 regmap 0x80 0x00 0x02 0x03 0x04 0x0a 0x0b
865 memmap 0x0020 0x007f 0x000
866 memmap 0x00a0 0x00ff 0x000
868 processor 16c65b, 16c74b
876 regmap 0x80 0x00 0x02 0x03 0x04 0x0a 0x0b
877 memmap 0x0020 0x007f 0x000
878 memmap 0x00a0 0x00ff 0x000
888 regmap 0x180 0x00 0x02 0x03 0x04 0x0a 0x0b
889 regmap 0x100 0x01 0x81
890 memmap 0x0020 0x007f 0x000
891 memmap 0x00a0 0x00ff 0x000
901 regmap 0x180 0x00 0x02 0x03 0x04 0x0a 0x0b
902 regmap 0x100 0x01 0x81
903 memmap 0x0020 0x007f 0x000
904 memmap 0x00a0 0x00ff 0x000
914 regmap 0x180 0x00 0x02 0x03 0x04 0x0a 0x0b
915 regmap 0x180 0x01 0x81
916 memmap 0x0020 0x006f 0x000
917 memmap 0x00a0 0x00ef 0x000
918 memmap 0x0110 0x016f 0x000
919 memmap 0x0190 0x01ef 0x000
920 memmap 0x0070 0x007f 0x180
930 regmap 0x180 0x00 0x02 0x03 0x04 0x0a 0x0b
931 regmap 0x180 0x01 0x81
932 memmap 0x0020 0x006f 0x000
933 memmap 0x00a0 0x00ef 0x000
934 memmap 0x0110 0x016f 0x000
935 memmap 0x0190 0x01ef 0x000
936 memmap 0x0070 0x007f 0x180
946 regmap 0x80 0x00 0x02 0x03 0x04 0x0a 0x0b
947 memmap 0x0020 0x006f 0x000
948 memmap 0x0070 0x007f 0x080
949 memmap 0x00a0 0x00bf 0x000
959 regmap 0x80 0x00 0x02 0x03 0x04 0x0a 0x0b
960 memmap 0x0020 0x006f 0x000
961 memmap 0x0070 0x007f 0x080
962 memmap 0x00a0 0x00bf 0x000
972 regmap 0x80 0x00 0x02 0x03 0x04 0x0a 0x0b
973 memmap 0x0020 0x006f 0x000
975 processor 16c557, 16c558
983 regmap 0x80 0x00 0x02 0x03 0x04 0x0a 0x0b
984 memmap 0x0020 0x007f 0x000
985 memmap 0x00a0 0x00bf 0x000
995 regmap 0x80 0x00 0x02 0x03 0x04 0x0a 0x0b
996 memmap 0x0020 0x006f 0x000
998 processor 16c620a, 16cr620a
1006 regmap 0x80 0x00 0x02 0x03 0x04 0x0a 0x0b
1007 memmap 0x0020 0x006f 0x000
1008 memmap 0x0070 0x007f 0x080
1018 regmap 0x80 0x00 0x02 0x03 0x04 0x0a 0x0b
1019 memmap 0x0020 0x006f 0x000
1029 regmap 0x80 0x00 0x02 0x03 0x04 0x0a 0x0b
1030 memmap 0x0020 0x006f 0x000
1031 memmap 0x0070 0x007f 0x080
1041 regmap 0x80 0x00 0x02 0x03 0x04 0x0a 0x0b
1042 memmap 0x0020 0x007f 0x000
1043 memmap 0x00a0 0x00bf 0x000
1053 regmap 0x80 0x00 0x02 0x03 0x04 0x0a 0x0b
1054 memmap 0x0020 0x006f 0x000
1055 memmap 0x0070 0x007f 0x080
1056 memmap 0x00a0 0x00bf 0x000
1067 regmap 0x80 0x00 0x02 0x03 0x04 0x09 0x0a 0x0b
1068 memmap 0x000c 0x002f 0x080
1078 regmap 0x80 0x00 0x02 0x03 0x04 0x09 0x0a 0x0b
1079 memmap 0x000c 0x002f 0x080
1089 regmap 0x80 0x00 0x02 0x03 0x04 0x09 0x0a 0x0b
1090 memmap 0x000c 0x004f 0x080
1100 regmap 0x80 0x00 0x02 0x03 0x04 0x0a 0x0b
1101 memmap 0x0020 0x007f 0x000
1102 memmap 0x00a0 0x00bf 0x000
1104 processor 16c717, 16c770
1112 regmap 0x180 0x00 0x02 0x03 0x04 0x0a 0x0b
1113 regmap 0x100 0x01 0x81 0x06 0x86
1114 memmap 0x0020 0x006f 0x000
1115 memmap 0x0070 0x007f 0x180
1116 memmap 0x00a0 0x00ef 0x000
1117 memmap 0x0120 0x016f 0x000
1127 regmap 0x180 0x00 0x02 0x03 0x04 0x0a 0x0b
1128 regmap 0x100 0x01 0x81 0x06 0x86
1129 memmap 0x0020 0x006f 0x000
1130 memmap 0x0070 0x007f 0x180
1131 memmap 0x00a0 0x00ef 0x000
1132 memmap 0x0120 0x016f 0x000
1142 regmap 0x180 0x00 0x02 0x03 0x04 0x0a 0x0b
1143 regmap 0x100 0x01 0x81 0x06 0x86
1144 memmap 0x0020 0x006f 0x000
1145 memmap 0x0070 0x007f 0x180
1146 memmap 0x00a0 0x00ef 0x000
1147 memmap 0x0120 0x016f 0x000
1148 memmap 0x01a0 0x01df 0x000
1158 regmap 0x180 0x00 0x02 0x03 0x04 0x0a 0x0b
1159 regmap 0x100 0x01 0x81 0x06 0x86
1160 memmap 0x0020 0x006f 0x000
1161 memmap 0x0070 0x007f 0x180
1162 memmap 0x00a0 0x00ef 0x000
1163 memmap 0x0120 0x016f 0x000
1164 memmap 0x01a0 0x01df 0x000
1174 regmap 0x180 0x00 0x02 0x03 0x04 0x0a 0x0b
1175 regmap 0x100 0x01 0x81 0x06 0x86
1176 memmap 0x0020 0x006f 0x000
1177 memmap 0x0070 0x007f 0x180
1178 memmap 0x00a0 0x00ef 0x000
1179 memmap 0x0120 0x016f 0x000
1189 regmap 0x180 0x00 0x02 0x03 0x04 0x0a 0x0b
1190 regmap 0x100 0x01 0x81 0x06 0x86
1191 memmap 0x0020 0x006f 0x000
1192 memmap 0x0070 0x007f 0x180
1193 memmap 0x00a0 0x00ef 0x000
1194 memmap 0x0120 0x016f 0x000
1204 regmap 0x180 0x00 0x02 0x03 0x04 0x0a 0x0b
1205 regmap 0x100 0x01 0x81 0x06 0x86
1206 memmap 0x0020 0x006f 0x000
1207 memmap 0x0070 0x007f 0x180
1208 memmap 0x00a0 0x00bf 0x000
1218 regmap 0x180 0x00 0x02 0x03 0x04 0x0a 0x0b
1219 regmap 0x100 0x01 0x81 0x06 0x86
1220 memmap 0x0020 0x006f 0x000
1221 memmap 0x0070 0x007f 0x180
1222 memmap 0x00a0 0x00bf 0x000
1232 regmap 0x180 0x00 0x02 0x03 0x04 0x0a 0x0b
1233 regmap 0x100 0x01 0x81 0x06 0x86
1234 memmap 0x0020 0x006f 0x000
1235 memmap 0x0070 0x007f 0x180
1236 memmap 0x00a0 0x00bf 0x000
1246 regmap 0x180 0x00 0x02 0x03 0x04 0x0a 0x0b
1247 regmap 0x100 0x01 0x81 0x06 0x86
1248 memmap 0x0020 0x006f 0x000
1249 memmap 0x0070 0x007f 0x180
1250 memmap 0x00a0 0x00bf 0x000
1251 memmap 0x0120 0x016f 0x000
1252 memmap 0x01a0 0x01bf 0x000
1255 # 12F series devices with 14 bit core
1257 processor 12f609, 12f615, 12hv609, 12hv615
1265 regmap 0x80 0x00 0x02 0x03 0x04 0x0a 0x0b
1266 memmap 0x0040 0x006f 0x000
1267 memmap 0x0070 0x007f 0x080
1277 regmap 0x80 0x00 0x02 0x03 0x04 0x0a 0x0b
1278 memmap 0x0020 0x006f 0x000
1279 memmap 0x0070 0x007f 0x080
1280 memmap 0x00a0 0x00bf 0x000
1282 processor 12f629, 12f675
1290 regmap 0x80 0x00 0x02 0x03 0x04 0x0a 0x0b
1291 memmap 0x0020 0x005f 0x080
1301 regmap 0x180 0x00 0x02 0x03 0x04 0x0a 0x0b
1302 regmap 0x100 0x01 0x81 0x05 0x85
1303 memmap 0x0040 0x006f 0x000
1304 memmap 0x0070 0x007f 0x180
1314 regmap 0x80 0x00 0x02 0x03 0x04 0x0a 0x0b
1315 memmap 0x0020 0x006f 0x000
1316 memmap 0x0070 0x007f 0x080
1317 memmap 0x00a0 0x00bf 0x000
1327 regmap 0x180 0x00 0x02 0x03 0x04 0x0a 0x0b
1328 memmap 0x0040 0x006f 0x000
1329 memmap 0x0070 0x007f 0x180
1339 regmap 0x180 0x00 0x02 0x03 0x04 0x0a 0x0b
1340 memmap 0x0040 0x006f 0x000
1341 memmap 0x0070 0x007f 0x180
1344 # Enhanced instruction set 14-bit devices
1347 processor 16f1454, 16lf1454
1355 config 0x8007 0x8008
1356 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
1357 memmap 0x20 0x6f 0x000
1358 memmap 0x70 0x7f 0xf80
1360 processor 16f1455, 16lf1455
1368 config 0x8007 0x8008
1369 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
1370 memmap 0x20 0x6f 0x000
1371 memmap 0x70 0x7f 0xf80
1373 processor 16f1458, 16lf1458
1381 config 0x8007 0x8008
1382 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
1383 memmap 0x20 0x6f 0x000
1384 memmap 0x70 0x7f 0xf80
1386 processor 16f1459, 16lf1459
1394 config 0x8007 0x8008
1395 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
1396 memmap 0x20 0x6f 0x000
1397 memmap 0x70 0x7f 0xf80
1399 processor 12f1501, 12lf1501
1407 config 0x8007 0x8008
1408 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
1409 memmap 0x20 0x4f 0x000
1410 memmap 0x70 0x7f 0xf80
1412 processor 12f1571 12lf1571
1420 config 0x8007 0x8008
1421 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
1422 memmap 0x20 0x6f 0x000
1423 memmap 0x70 0x7f 0xf80
1425 processor 12f1572 12lf1572
1433 config 0x8007 0x8008
1434 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
1435 memmap 0x20 0x6f 0x000
1436 memmap 0x70 0x7f 0xf80
1438 processor 12f1612 12lf1612
1446 config 0x8007 0x8008 0x8009
1447 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
1448 memmap 0x20 0x6f 0x000
1449 memmap 0x70 0x7f 0xf80
1451 processor 16f1503, 16lf1503
1459 config 0x8007 0x8008
1460 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
1461 memmap 0x20 0x6f 0x000
1462 memmap 0x70 0x7f 0xf80
1464 processor 16f1507, 16lf1507
1472 config 0x8007 0x8008
1473 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
1474 memmap 0x20 0x6f 0x000
1475 memmap 0x70 0x7f 0xf80
1477 processor 16f1508, 16lf1508
1485 config 0x8007 0x8008
1486 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
1487 memmap 0x20 0x6f 0x000
1488 memmap 0x70 0x7f 0xf80
1490 processor 16f1509, 16lf1509
1498 config 0x8007 0x8008
1499 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
1500 memmap 0x20 0x6f 0x000
1501 memmap 0x70 0x7f 0xf80
1503 processor 16f1512, 16lf1512
1511 config 0x8007 0x8008
1512 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
1513 memmap 0x20 0x6f 0x000
1514 memmap 0x70 0x7f 0xf80
1516 processor 16f1513, 16lf1513
1524 config 0x8007 0x8008
1525 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
1526 memmap 0x20 0x6f 0x000
1527 memmap 0x70 0x7f 0xf80
1529 processor 16f1516, 16lf1516
1537 config 0x8007 0x8008
1538 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
1539 memmap 0x20 0x6f 0x000
1540 memmap 0x70 0x7f 0xf80
1542 processor 16f1517, 16lf1517
1550 config 0x8007 0x8008
1551 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
1552 memmap 0x20 0x6f 0x000
1553 memmap 0x70 0x7f 0xf80
1555 processor 16f1518, 16lf1518
1563 config 0x8007 0x8008
1564 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
1565 memmap 0x20 0x6f 0x000
1566 memmap 0x70 0x7f 0xf80
1568 processor 16f1519, 16lf1519
1576 config 0x8007 0x8008
1577 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
1578 memmap 0x20 0x6f 0x000
1579 memmap 0x70 0x7f 0xf80
1581 processor 16f1526, 16lf1526
1589 config 0x8007 0x8008
1590 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
1591 memmap 0x20 0x6f 0x000
1592 memmap 0x70 0x7f 0xf80
1594 processor 16f1527, 16lf1527
1602 config 0x8007 0x8008
1603 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
1604 memmap 0x20 0x6f 0x000
1605 memmap 0x70 0x7f 0xf80
1615 config 0x8007 0x8008
1616 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
1617 memmap 0x20 0x6f 0x000
1618 memmap 0x70 0x7f 0xf80
1628 config 0x8007 0x8008
1629 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
1630 memmap 0x20 0x6f 0x000
1631 memmap 0x70 0x7f 0xf80
1641 config 0x8007 0x8008
1642 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
1643 memmap 0x20 0x6f 0x000
1644 memmap 0x70 0x7f 0xf80
1654 config 0x8007 0x8008
1655 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
1656 memmap 0x20 0x6f 0x000
1657 memmap 0x70 0x7f 0xf80
1667 config 0x8007 0x8008
1668 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
1669 memmap 0x20 0x6f 0x000
1670 memmap 0x70 0x7f 0xf80
1672 processor 16f1574, 16lf1574
1680 config 0x8007 0x8008
1681 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
1682 memmap 0x20 0x6f 0x000
1683 memmap 0x70 0x7f 0xf80
1685 processor 16f1575, 16lf1575
1693 config 0x8007 0x8008
1694 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
1695 memmap 0x20 0x6f 0x000
1696 memmap 0x70 0x7f 0xf80
1698 processor 16f1578, 16lf1578
1706 config 0x8007 0x8008
1707 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
1708 memmap 0x20 0x6f 0x000
1709 memmap 0x70 0x7f 0xf80
1711 processor 16f1579, 16lf1579
1719 config 0x8007 0x8008
1720 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
1721 memmap 0x20 0x6f 0x000
1722 memmap 0x70 0x7f 0xf80
1724 processor 16f1613 16lf1613
1732 config 0x8007 0x8008 0x8009
1733 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
1734 memmap 0x20 0x6f 0x000
1735 memmap 0x70 0x7f 0xf80
1737 processor 16f1614, 16lf1614
1745 config 0x8007 0x8008 0x8009
1746 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
1747 memmap 0x20 0x6f 0x000
1748 memmap 0x70 0x7f 0xf80
1750 processor 16f1615, 16lf1615
1758 config 0x8007 0x8008 0x8009
1759 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
1760 memmap 0x20 0x6f 0x000
1761 memmap 0x70 0x7f 0xf80
1763 processor 16f1618, 16lf1618
1771 config 0x8007 0x8008 0x8009
1772 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
1773 memmap 0x20 0x6f 0x000
1774 memmap 0x70 0x7f 0xf80
1776 processor 16f1619, 16lf1619
1784 config 0x8007 0x8008 0x8009
1785 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
1786 memmap 0x20 0x6f 0x000
1787 memmap 0x70 0x7f 0xf80
1789 processor 16f1703 16lf1703
1797 config 0x8007 0x8008
1798 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
1799 memmap 0x20 0x6f 0x000
1800 memmap 0x70 0x7f 0xf80
1802 processor 16f1704, 16lf1704
1809 config 0x8007 0x8008
1810 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
1811 memmap 0x20 0x6f 0x000
1812 memmap 0x70 0x7f 0xf80
1814 processor 16f1705 16lf1705
1822 config 0x8007 0x8008
1823 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
1824 memmap 0x20 0x6f 0x000
1825 memmap 0x70 0x7f 0xf80
1827 processor 16f1707 16lf1707
1835 config 0x8007 0x8008
1836 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
1837 memmap 0x20 0x6f 0x000
1838 memmap 0x70 0x7f 0xf80
1840 processor 16f1708, 16lf1708
1847 config 0x8007 0x8008
1848 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
1849 memmap 0x20 0x6f 0x000
1850 memmap 0x70 0x7f 0xf80
1852 processor 16f1709, 16lf1709
1860 config 0x8007 0x8008
1861 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
1862 memmap 0x20 0x6f 0x000
1863 memmap 0x70 0x7f 0xf80
1865 processor 16f1713, 16lf1713
1873 config 0x8007 0x8008
1874 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
1875 memmap 0x20 0x6f 0x000
1876 memmap 0x70 0x7f 0xf80
1878 processor 16f1716, 16lf1716
1886 config 0x8007 0x8008
1887 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
1888 memmap 0x20 0x6f 0x000
1889 memmap 0x70 0x7f 0xf80
1891 processor 16f1717, 16lf1717
1899 config 0x8007 0x8008
1900 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
1901 memmap 0x20 0x6f 0x000
1902 memmap 0x70 0x7f 0xf80
1904 processor 16f1718, 16lf1718
1912 config 0x8007 0x8008
1913 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
1914 memmap 0x20 0x6f 0x000
1915 memmap 0x70 0x7f 0xf80
1917 processor 16f1719, 16lf1719
1925 config 0x8007 0x8008
1926 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
1927 memmap 0x20 0x6f 0x000
1928 memmap 0x70 0x7f 0xf80
1930 processor 16f1764, 16lf1764
1938 config 0x8007 0x8008
1939 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
1940 memmap 0x20 0x6f 0x000
1941 memmap 0x70 0x7f 0xf80
1943 processor 16f1765, 16lf1765
1951 config 0x8007 0x8008
1952 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
1953 memmap 0x20 0x6f 0x000
1954 memmap 0x70 0x7f 0xf80
1956 processor 16f1768, 16lf1768
1964 config 0x8007 0x8008
1965 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
1966 memmap 0x20 0x6f 0x000
1967 memmap 0x70 0x7f 0xf80
1969 processor 16f1769, 16lf1769
1977 config 0x8007 0x8008
1978 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
1979 memmap 0x20 0x6f 0x000
1980 memmap 0x70 0x7f 0xf80
1982 processor 16f1773, 16lf1773
1990 config 0x8007 0x8008
1991 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
1992 memmap 0x20 0x6f 0x000
1993 memmap 0x70 0x7f 0xf80
1995 processor 16f1776, 16lf1776
2003 config 0x8007 0x8008
2004 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
2005 memmap 0x20 0x6f 0x000
2006 memmap 0x70 0x7f 0xf80
2008 processor 16f1777, 16lf1777
2016 config 0x8007 0x8008
2017 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
2018 memmap 0x20 0x6f 0x000
2019 memmap 0x70 0x7f 0xf80
2021 processor 16f1778, 16lf1778
2029 config 0x8007 0x8008
2030 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
2031 memmap 0x20 0x6f 0x000
2032 memmap 0x70 0x7f 0xf80
2034 processor 16f1779, 16lf1779
2042 config 0x8007 0x8008
2043 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
2044 memmap 0x20 0x6f 0x000
2045 memmap 0x70 0x7f 0xf80
2047 processor 16f1782, 16lf1782
2055 config 0x8007 0x8008
2056 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
2057 memmap 0x20 0x6f 0x000
2058 memmap 0x70 0x7f 0xf80
2060 processor 16f1783, 16lf1783
2068 config 0x8007 0x8008
2069 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
2070 memmap 0x20 0x6f 0x000
2071 memmap 0x70 0x7f 0xf80
2073 processor 16f1784, 16lf1784
2081 config 0x8007 0x8008
2082 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
2083 memmap 0x20 0x6f 0x000
2084 memmap 0x70 0x7f 0xf80
2086 processor 16f1786, 16lf1786
2094 config 0x8007 0x8008
2095 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
2096 memmap 0x20 0x6f 0x000
2097 memmap 0x70 0x7f 0xf80
2099 processor 16f1787, 16lf1787
2107 config 0x8007 0x8008
2108 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
2109 memmap 0x20 0x6f 0x000
2110 memmap 0x70 0x7f 0xf80
2112 processor 16f1788, 16lf1788
2120 config 0x8007 0x8008
2121 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
2122 memmap 0x20 0x6f 0x000
2123 memmap 0x70 0x7f 0xf80
2125 processor 16f1789, 16lf1789
2133 config 0x8007 0x8008
2134 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
2135 memmap 0x20 0x6f 0x000
2136 memmap 0x70 0x7f 0xf80
2139 processor 12f1822, 12lf1822
2147 config 0x8007 0x8008
2148 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
2149 memmap 0x20 0x6f 0x000
2150 memmap 0x70 0x7f 0xf80
2152 processor 16f1823, 16lf1823
2160 config 0x8007 0x8008
2161 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
2162 memmap 0x20 0x6f 0x000
2163 memmap 0x70 0x7f 0xf80
2165 processor 16f1824, 16lf1824
2173 config 0x8007 0x8008
2174 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
2175 memmap 0x20 0x6f 0x000
2176 memmap 0x70 0x7f 0xf80
2178 processor 16lf1824t39a
2186 config 0x8007 0x8008
2187 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
2188 memmap 0x20 0x6f 0x000
2189 memmap 0x70 0x7f 0xf80
2191 processor 16f1825, 16lf1825
2199 config 0x8007 0x8008
2200 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
2201 memmap 0x20 0x6f 0x000
2202 memmap 0x70 0x7f 0xf80
2204 processor 16f1826, 16lf1826
2212 config 0x8007 0x8008
2213 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
2214 memmap 0x20 0x6f 0x000
2215 memmap 0x70 0x7f 0xf80
2217 processor 16f1827, 16lf1827
2225 config 0x8007 0x8008
2226 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
2227 memmap 0x20 0x6f 0x000
2228 memmap 0x70 0x7f 0xf80
2230 processor 16f1828, 16lf1828
2238 config 0x8007 0x8008
2239 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
2240 memmap 0x20 0x6f 0x000
2241 memmap 0x70 0x7f 0xf80
2243 processor 16f1829, 16lf1829
2251 config 0x8007 0x8008
2252 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
2253 memmap 0x20 0x6f 0x000
2254 memmap 0x70 0x7f 0xf80
2256 processor 16f1829lin
2264 config 0x8007 0x8008
2265 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
2266 memmap 0x20 0x6f 0x000
2267 memmap 0x70 0x7f 0xf80
2270 processor 12f1840, 12lf1840
2278 config 0x8007 0x8008
2279 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
2280 memmap 0x20 0x6f 0x000
2281 memmap 0x70 0x7f 0xf80
2283 processor 12lf1840t39a
2291 config 0x8007 0x8008
2292 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
2293 memmap 0x20 0x6f 0x000
2294 memmap 0x70 0x7f 0xf80
2296 processor 12lf1840t48a
2304 config 0x8007 0x8008
2305 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
2306 memmap 0x20 0x6f 0x000
2307 memmap 0x70 0x7f 0xf80
2309 processor 16f1847, 16lf1847
2317 config 0x8007 0x8008
2318 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
2319 memmap 0x20 0x6f 0x000
2320 memmap 0x70 0x7f 0xf80
2322 # PIC16LF190x family
2331 config 0x8007 0x8008
2332 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
2333 memmap 0x20 0x6f 0x000
2334 memmap 0x70 0x7f 0xf80
2344 config 0x8007 0x8008
2345 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
2346 memmap 0x20 0x6f 0x000
2347 memmap 0x70 0x7f 0xf80
2357 config 0x8007 0x8008
2358 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
2359 memmap 0x20 0x6f 0x000
2360 memmap 0x70 0x7f 0xf80
2370 config 0x8007 0x8008
2371 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
2372 memmap 0x20 0x6f 0x000
2373 memmap 0x70 0x7f 0xf80
2383 config 0x8007 0x8008
2384 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
2385 memmap 0x20 0x6f 0x000
2386 memmap 0x70 0x7f 0xf80
2389 processor 16f1933, 16lf1933
2397 config 0x8007 0x8008
2398 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
2399 memmap 0x20 0x6f 0x000
2400 memmap 0x70 0x7f 0xf80
2402 processor 16f1934, 16lf1934
2410 config 0x8007 0x8008
2411 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
2412 memmap 0x20 0x6f 0x000
2413 memmap 0x70 0x7f 0xf80
2415 processor 16f1936, 16lf1936
2423 config 0x8007 0x8008
2424 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
2425 memmap 0x20 0x6f 0x000
2426 memmap 0x70 0x7f 0xf80
2428 processor 16f1937, 16lf1937
2436 config 0x8007 0x8008
2437 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
2438 memmap 0x20 0x6f 0x000
2439 memmap 0x70 0x7f 0xf80
2441 processor 16f1938, 16lf1938
2449 config 0x8007 0x8008
2450 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
2451 memmap 0x20 0x6f 0x000
2452 memmap 0x70 0x7f 0xf80
2454 processor 16f1939, 16lf1939
2462 config 0x8007 0x8008
2463 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
2464 memmap 0x20 0x6f 0x000
2465 memmap 0x70 0x7f 0xf80
2467 processor 16f1946, 16lf1946
2475 config 0x8007 0x8008
2476 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
2477 memmap 0x20 0x6f 0x000
2478 memmap 0x70 0x7f 0xf80
2480 processor 16f1947, 16lf1947
2488 config 0x8007 0x8008
2489 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
2490 memmap 0x20 0x6f 0x000
2491 memmap 0x70 0x7f 0xf80
2493 processor 16f18313, 16lf18313
2501 config 0x8007 0x8008 0x8009 0x800a
2502 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
2503 memmap 0x20 0x6f 0x000
2504 memmap 0x70 0x7f 0xf80
2506 processor 16f18323, 16lf18323
2514 config 0x8007 0x8008 0x8009 0x800a
2515 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
2516 memmap 0x20 0x6f 0x000
2517 memmap 0x70 0x7f 0xf80
2519 processor 16f18324, 16lf18324
2527 config 0x8007 0x8008 0x8009 0x800a
2528 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
2529 memmap 0x20 0x6f 0x000
2530 memmap 0x70 0x7f 0xf80
2532 processor 16f18325, 16lf18325
2540 config 0x8007 0x8008 0x8009 0x800a
2541 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
2542 memmap 0x20 0x6f 0x000
2543 memmap 0x70 0x7f 0xf80
2545 processor 16f18344, 16lf18344
2553 config 0x8007 0x8008 0x8009 0x800a
2554 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
2555 memmap 0x20 0x6f 0x000
2556 memmap 0x70 0x7f 0xf80
2558 processor 16f18345, 16lf18345
2566 config 0x8007 0x8008 0x8009 0x800a
2567 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
2568 memmap 0x20 0x6f 0x000
2569 memmap 0x70 0x7f 0xf80
2571 processor 16f18855, 16lf18855
2579 config 0x8007 0x8008 0x8009 0x800a 0x800b
2580 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
2581 memmap 0x20 0x6f 0x000
2582 memmap 0x70 0x7f 0xf80
2584 processor 16f18875, 16lf18875
2592 config 0x8007 0x8008 0x8009 0x800a 0x800b
2593 regmap 0xf80 0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07 0x08 0x09 0x0a 0x0b
2594 memmap 0x20 0x6f 0x000
2595 memmap 0x70 0x7f 0xf80