forked from rajeshfarswan/BOOST-MPPT-CONTROL
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ac lab kit.map
1821 lines (1759 loc) · 114 KB
/
ac lab kit.map
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
Microchip Technology Inc, vv3_31 (A) m
Tool Name:
c:\program files (x86)\microchip\mplab c30\bin\bin\..\bin/pic30-coff-ld.exe
Command:
-p30F6010A \
-oac lab kit.cof \
-Lc:/program files (x86)/microchip/mplab c30/bin/bin/.. \
-Lc:/program files (x86)/microchip/mplab c30/bin/bin/../../lib \
-Lc:/program files (x86)/microchip/mplab c30/bin/bin/../../lib/PIC24E \
-Lc:/program files (x86)/microchip/mplab c30/bin/bin/../../support/PIC24E/gld \
-Lc:/program files (x86)/microchip/mplab c30/bin/bin/../../lib/PIC24F \
-Lc:/program files (x86)/microchip/mplab c30/bin/bin/../../support/PIC24F/gld \
-Lc:/program files (x86)/microchip/mplab c30/bin/bin/../../lib/PIC24H \
-Lc:/program files (x86)/microchip/mplab c30/bin/bin/../../support/PIC24H/gld \
-Lc:/program files (x86)/microchip/mplab c30/bin/bin/../../lib/dsPIC30F \
-Lc:/program files (x86)/microchip/mplab c30/bin/bin/../../support/dsPIC30F/gld \
-Lc:/program files (x86)/microchip/mplab c30/bin/bin/../../lib/dsPIC33E \
-Lc:/program files (x86)/microchip/mplab c30/bin/bin/../../support/dsPIC33E/gld \
-Lc:/program files (x86)/microchip/mplab c30/bin/bin/../../lib/dsPIC33F \
-Lc:/program files (x86)/microchip/mplab c30/bin/bin/../../support/dsPIC33F/gld \
init.o \
main.o \
delay.o \
asmPIcontroller.o \
adc.o \
-LC:\Program Files\Microchip\MPLAB C30\lib \
-Tp30f6010A.gld.00 \
--defsym=__MPLAB_BUILD=1 \
--defsym=__MPLAB_DEBUG=1 \
--defsym=__MPLAB_DEBUGGER_PK3=1 \
--defsym=__ICD2RAM=1 \
-Map=ac lab kit.map \
--report-mem \
-start-group \
--library=pic30-coff \
--library=m-coff \
--library=c-coff \
-end-group \
Archive member included because of file (symbol)
c:/program files (x86)/microchip/mplab c30/bin/bin/../../lib\libpic30-coff.a(crt0_standard.o)
(_resetPRI)
c:/program files (x86)/microchip/mplab c30/bin/bin/../../lib\libpic30-coff.a(data_init_standard.o)
c:/program files (x86)/microchip/mplab c30/bin/bin/../../lib\libpic30-coff.a(crt0_standard.o) (_data_init_standard)
Program Memory [Origin = 0x100, Length = 0x17f00]
section address length (PC units) length (bytes) (dec)
------- ------- ----------------- --------------------
.text 0x100 0x456 0x681 (1665)
.dinit 0x556 0x2c 0x42 (66)
.isr 0x582 0x4 0x6 (6)
Total program memory used (bytes): 0x6c9 (1737) 1%
Data Memory [Origin = 0x800, Length = 0x1fa0]
section address alignment gaps total length (dec)
------- ------- -------------- -------------------
.icd 0x800 0x50 0x50 (80)
.ndata 0x850 0 0x36 (54)
Total data memory used (bytes): 0x86 (134) 1%
Dynamic Memory Usage
region address maximum length (dec)
------ ------- ---------------------
heap 0 0 (0)
stack 0x886 0x1f1a (7962)
Maximum dynamic memory (bytes): 0x1f1a (7962)
External Symbols in Data Memory (by address):
0x0850 _Vcount
0x0852 _Vtick
0x0854 _MPPcount
0x0856 _MPPtick
0x0858 _VDC1
0x085a _VDC2
0x085c _VDC
0x085e _VDC_max
0x0860 _PID_Isample
0x0862 _PID_I_count
0x0864 _Pnew
0x0866 _Pold
0x0868 _Ipv
0x086a _Vpv
0x086c _Vpv_old
0x086e _PVref
0x0870 _Irtrip
0x0872 _offset
0x0874 _IPreError
0x0876 _Vpgain
0x0878 _Vigain
0x087a _Vpre_err
0x087c _Vpi_out
0x087e _PVref_max
0x0880 _PWM_max
0x0882 _PWM_min
0x0884 _SAT
External Symbols in Data Memory (by name):
0x0874 _IPreError
0x0868 _Ipv
0x0870 _Irtrip
0x0854 _MPPcount
0x0856 _MPPtick
0x0862 _PID_I_count
0x0860 _PID_Isample
0x086e _PVref
0x087e _PVref_max
0x0880 _PWM_max
0x0882 _PWM_min
0x0864 _Pnew
0x0866 _Pold
0x0884 _SAT
0x085c _VDC
0x0858 _VDC1
0x085a _VDC2
0x085e _VDC_max
0x0850 _Vcount
0x0878 _Vigain
0x0876 _Vpgain
0x087c _Vpi_out
0x087a _Vpre_err
0x086a _Vpv
0x086c _Vpv_old
0x0852 _Vtick
0x0872 _offset
External Symbols in Program Memory (by address):
0x000100 __resetPRI
0x000122 __psv_init
0x000132 __data_init
0x000132 __data_init_standard
0x000190 _init
0x000240 _main
0x0003a6 __T1Interrupt
0x0003c8 __PWMInterrupt
0x000430 __FLTBInterrupt
0x000444 _delay
0x000470 _asmPIcontroller
0x000518 _adc
0x000582 __DefaultInterrupt
External Symbols in Program Memory (by name):
0x000582 __DefaultInterrupt
0x000430 __FLTBInterrupt
0x0003c8 __PWMInterrupt
0x0003a6 __T1Interrupt
0x000132 __data_init
0x000132 __data_init_standard
0x000122 __psv_init
0x000100 __resetPRI
0x000518 _adc
0x000470 _asmPIcontroller
0x000444 _delay
0x000190 _init
0x000240 _main
Memory Configuration
Name Origin Length Attributes
data 0x000800 0x001fa0 a !xr
program 0x000100 0x017f00 xr
reset 0x000000 0x000004
ivt 0x000004 0x00007c
aivt 0x000084 0x00007c
__FOSC 0xf80000 0x000002
__FWDT 0xf80002 0x000002
__FBORPOR 0xf80004 0x000002
__FBS 0xf80006 0x000002
__FSS 0xf80008 0x000002
__FGS 0xf8000a 0x000002
__FUID0 0x8005c0 0x000002
__FUID1 0x8005c2 0x000002
__FUID2 0x8005c4 0x000002
__FUID3 0x8005c6 0x000002
eedata 0x7ff000 0x001000
*default* 0x000000 0xffffffff
Linker script and memory map
LOAD init.o
LOAD main.o
LOAD delay.o
LOAD asmPIcontroller.o
LOAD adc.o
0xf80000 __FOSC = 0xf80000
0xf80002 __FWDT = 0xf80002
0xf80004 __FBORPOR = 0xf80004
0xf80006 __FBS = 0xf80006
0xf80008 __FSS = 0xf80008
0xf8000a __FGS = 0xf8000a
0x8005c0 __FUID0 = 0x8005c0
0x8005c2 __FUID1 = 0x8005c2
0x8005c4 __FUID2 = 0x8005c4
0x8005c6 __FUID3 = 0x8005c6
0x0000 __RESET_BASE = 0x0
0x0004 __IVT_BASE = 0x4
0x0084 __AIVT_BASE = 0x84
0x0100 __CODE_BASE = 0x100
0x0000 __SFR_BASE = 0x0
0x0800 __DATA_BASE = 0x800
0x1800 __YDATA_BASE = 0x1800
.reset 0x000000 0x4
0x000000 0x2 SHORT 0x100 ABSOLUTE (__reset)
0x000001 0x2 SHORT 0x4
0x000002 0x2 SHORT 0x0 ((ABSOLUTE (__reset) >> 0x10) & 0x7f)
0x000003 0x2 SHORT 0x0
.text 0x000100 0x456
*(.init)
.init 0x000100 0x32 c:/program files (x86)/microchip/mplab c30/bin/bin/../../lib\libpic30-coff.a(crt0_standard.o)
0x000100 _resetPRI
0x000100 _reset
0x000122 _psv_init
.init 0x000132 0x5e c:/program files (x86)/microchip/mplab c30/bin/bin/../../lib\libpic30-coff.a(data_init_standard.o)
0x000132 _data_init_standard
0x000132 _data_init
*(.handle)
*(.libc)
*(.libm)
*(.libdsp)
*(.lib*)
*(.text)
.text 0x000190 0xb0 init.o
0x000190 init
.text 0x000240 0x204 main.o
0x000240 main
0x0003a6 _T1Interrupt
0x0003c8 _PWMInterrupt
0x000430 _FLTBInterrupt
.text 0x000444 0x2c delay.o
0x000444 delay
.text 0x000470 0xa8 asmPIcontroller.o
0x000470 asmPIcontroller
.text 0x000518 0x3e adc.o
0x000518 adc
usercode
*(usercode)
__FOSC 0xf80000 0x2
*(__FOSC.sec)
__FOSC.sec 0xf80000 0x2 init.o
__FWDT 0xf80002 0x2
*(__FWDT.sec)
__FWDT.sec 0xf80002 0x2 init.o
__FBORPOR 0xf80004 0x2
*(__FBORPOR.sec)
__FBORPOR.sec 0xf80004 0x2 init.o
__FBS
*(__FBS.sec)
__FSS
*(__FSS.sec)
__FGS
*(__FGS.sec)
__FUID0
*(__FUID0.sec)
__FUID1
*(__FUID1.sec)
__FUID2
*(__FUID2.sec)
__FUID3
*(__FUID3.sec)
user_eedata
*(user_eedata)
.icd 0x0800 0x50
0x0850 . = (. + DEFINED (__ICD2RAM)?0x50:0x0)
*fill* 0x0800 0x5000
userdata
*(userdata)
.comment
*(.comment)
.debug_info
*(.debug_info)
*(.gnu.linkonce.wi.*)
.debug_abbrev
*(.debug_abbrev)
.debug_line
*(.debug_line)
.debug_frame
*(.debug_frame)
.debug_str
*(.debug_str)
.debug_loc
*(.debug_loc)
.debug_macinfo
*(.debug_macinfo)
.debug_pubnames
*(.debug_pubnames)
.debug_ranges
*(.debug_ranges)
.debug_aranges
*(.debug_aranges)
.ivt 0x000004 0x7c
0x000004 0x4 LONG 0x582 DEFINED (__ReservedTrap0)?ABSOLUTE (__ReservedTrap0):ABSOLUTE (__DefaultInterrupt)
0x000006 0x4 LONG 0x582 DEFINED (__OscillatorFail)?ABSOLUTE (__OscillatorFail):ABSOLUTE (__DefaultInterrupt)
0x000008 0x4 LONG 0x582 DEFINED (__AddressError)?ABSOLUTE (__AddressError):ABSOLUTE (__DefaultInterrupt)
0x00000a 0x4 LONG 0x582 DEFINED (__StackError)?ABSOLUTE (__StackError):ABSOLUTE (__DefaultInterrupt)
0x00000c 0x4 LONG 0x582 DEFINED (__MathError)?ABSOLUTE (__MathError):ABSOLUTE (__DefaultInterrupt)
0x00000e 0x4 LONG 0x582 DEFINED (__ReservedTrap5)?ABSOLUTE (__ReservedTrap5):ABSOLUTE (__DefaultInterrupt)
0x000010 0x4 LONG 0x582 DEFINED (__ReservedTrap6)?ABSOLUTE (__ReservedTrap6):ABSOLUTE (__DefaultInterrupt)
0x000012 0x4 LONG 0x582 DEFINED (__ReservedTrap7)?ABSOLUTE (__ReservedTrap7):ABSOLUTE (__DefaultInterrupt)
0x000014 0x4 LONG 0x582 DEFINED (__INT0Interrupt)?ABSOLUTE (__INT0Interrupt):ABSOLUTE (__DefaultInterrupt)
0x000016 0x4 LONG 0x582 DEFINED (__IC1Interrupt)?ABSOLUTE (__IC1Interrupt):ABSOLUTE (__DefaultInterrupt)
0x000018 0x4 LONG 0x582 DEFINED (__OC1Interrupt)?ABSOLUTE (__OC1Interrupt):ABSOLUTE (__DefaultInterrupt)
0x00001a 0x4 LONG 0x3a6 DEFINED (__T1Interrupt)?ABSOLUTE (__T1Interrupt):ABSOLUTE (__DefaultInterrupt)
0x00001c 0x4 LONG 0x582 DEFINED (__IC2Interrupt)?ABSOLUTE (__IC2Interrupt):ABSOLUTE (__DefaultInterrupt)
0x00001e 0x4 LONG 0x582 DEFINED (__OC2Interrupt)?ABSOLUTE (__OC2Interrupt):ABSOLUTE (__DefaultInterrupt)
0x000020 0x4 LONG 0x582 DEFINED (__T2Interrupt)?ABSOLUTE (__T2Interrupt):ABSOLUTE (__DefaultInterrupt)
0x000022 0x4 LONG 0x582 DEFINED (__T3Interrupt)?ABSOLUTE (__T3Interrupt):ABSOLUTE (__DefaultInterrupt)
0x000024 0x4 LONG 0x582 DEFINED (__SPI1Interrupt)?ABSOLUTE (__SPI1Interrupt):ABSOLUTE (__DefaultInterrupt)
0x000026 0x4 LONG 0x582 DEFINED (__U1RXInterrupt)?ABSOLUTE (__U1RXInterrupt):ABSOLUTE (__DefaultInterrupt)
0x000028 0x4 LONG 0x582 DEFINED (__U1TXInterrupt)?ABSOLUTE (__U1TXInterrupt):ABSOLUTE (__DefaultInterrupt)
0x00002a 0x4 LONG 0x582 DEFINED (__ADCInterrupt)?ABSOLUTE (__ADCInterrupt):ABSOLUTE (__DefaultInterrupt)
0x00002c 0x4 LONG 0x582 DEFINED (__NVMInterrupt)?ABSOLUTE (__NVMInterrupt):ABSOLUTE (__DefaultInterrupt)
0x00002e 0x4 LONG 0x582 DEFINED (__SI2CInterrupt)?ABSOLUTE (__SI2CInterrupt):ABSOLUTE (__DefaultInterrupt)
0x000030 0x4 LONG 0x582 DEFINED (__MI2CInterrupt)?ABSOLUTE (__MI2CInterrupt):ABSOLUTE (__DefaultInterrupt)
0x000032 0x4 LONG 0x582 DEFINED (__CNInterrupt)?ABSOLUTE (__CNInterrupt):ABSOLUTE (__DefaultInterrupt)
0x000034 0x4 LONG 0x582 DEFINED (__INT1Interrupt)?ABSOLUTE (__INT1Interrupt):ABSOLUTE (__DefaultInterrupt)
0x000036 0x4 LONG 0x582 DEFINED (__IC7Interrupt)?ABSOLUTE (__IC7Interrupt):ABSOLUTE (__DefaultInterrupt)
0x000038 0x4 LONG 0x582 DEFINED (__IC8Interrupt)?ABSOLUTE (__IC8Interrupt):ABSOLUTE (__DefaultInterrupt)
0x00003a 0x4 LONG 0x582 DEFINED (__OC3Interrupt)?ABSOLUTE (__OC3Interrupt):ABSOLUTE (__DefaultInterrupt)
0x00003c 0x4 LONG 0x582 DEFINED (__OC4Interrupt)?ABSOLUTE (__OC4Interrupt):ABSOLUTE (__DefaultInterrupt)
0x00003e 0x4 LONG 0x582 DEFINED (__T4Interrupt)?ABSOLUTE (__T4Interrupt):ABSOLUTE (__DefaultInterrupt)
0x000040 0x4 LONG 0x582 DEFINED (__T5Interrupt)?ABSOLUTE (__T5Interrupt):ABSOLUTE (__DefaultInterrupt)
0x000042 0x4 LONG 0x582 DEFINED (__INT2Interrupt)?ABSOLUTE (__INT2Interrupt):ABSOLUTE (__DefaultInterrupt)
0x000044 0x4 LONG 0x582 DEFINED (__U2RXInterrupt)?ABSOLUTE (__U2RXInterrupt):ABSOLUTE (__DefaultInterrupt)
0x000046 0x4 LONG 0x582 DEFINED (__U2TXInterrupt)?ABSOLUTE (__U2TXInterrupt):ABSOLUTE (__DefaultInterrupt)
0x000048 0x4 LONG 0x582 DEFINED (__SPI2Interrupt)?ABSOLUTE (__SPI2Interrupt):ABSOLUTE (__DefaultInterrupt)
0x00004a 0x4 LONG 0x582 DEFINED (__C1Interrupt)?ABSOLUTE (__C1Interrupt):ABSOLUTE (__DefaultInterrupt)
0x00004c 0x4 LONG 0x582 DEFINED (__IC3Interrupt)?ABSOLUTE (__IC3Interrupt):ABSOLUTE (__DefaultInterrupt)
0x00004e 0x4 LONG 0x582 DEFINED (__IC4Interrupt)?ABSOLUTE (__IC4Interrupt):ABSOLUTE (__DefaultInterrupt)
0x000050 0x4 LONG 0x582 DEFINED (__IC5Interrupt)?ABSOLUTE (__IC5Interrupt):ABSOLUTE (__DefaultInterrupt)
0x000052 0x4 LONG 0x582 DEFINED (__IC6Interrupt)?ABSOLUTE (__IC6Interrupt):ABSOLUTE (__DefaultInterrupt)
0x000054 0x4 LONG 0x582 DEFINED (__OC5Interrupt)?ABSOLUTE (__OC5Interrupt):ABSOLUTE (__DefaultInterrupt)
0x000056 0x4 LONG 0x582 DEFINED (__OC6Interrupt)?ABSOLUTE (__OC6Interrupt):ABSOLUTE (__DefaultInterrupt)
0x000058 0x4 LONG 0x582 DEFINED (__OC7Interrupt)?ABSOLUTE (__OC7Interrupt):ABSOLUTE (__DefaultInterrupt)
0x00005a 0x4 LONG 0x582 DEFINED (__OC8Interrupt)?ABSOLUTE (__OC8Interrupt):ABSOLUTE (__DefaultInterrupt)
0x00005c 0x4 LONG 0x582 DEFINED (__INT3Interrupt)?ABSOLUTE (__INT3Interrupt):ABSOLUTE (__DefaultInterrupt)
0x00005e 0x4 LONG 0x582 DEFINED (__INT4Interrupt)?ABSOLUTE (__INT4Interrupt):ABSOLUTE (__DefaultInterrupt)
0x000060 0x4 LONG 0x582 DEFINED (__C2Interrupt)?ABSOLUTE (__C2Interrupt):ABSOLUTE (__DefaultInterrupt)
0x000062 0x4 LONG 0x3c8 DEFINED (__PWMInterrupt)?ABSOLUTE (__PWMInterrupt):ABSOLUTE (__DefaultInterrupt)
0x000064 0x4 LONG 0x582 DEFINED (__QEIInterrupt)?ABSOLUTE (__QEIInterrupt):ABSOLUTE (__DefaultInterrupt)
0x000066 0x4 LONG 0x582 DEFINED (__DCIInterrupt)?ABSOLUTE (__DCIInterrupt):ABSOLUTE (__DefaultInterrupt)
0x000068 0x4 LONG 0x582 DEFINED (__LVDInterrupt)?ABSOLUTE (__LVDInterrupt):ABSOLUTE (__DefaultInterrupt)
0x00006a 0x4 LONG 0x582 DEFINED (__FLTAInterrupt)?ABSOLUTE (__FLTAInterrupt):ABSOLUTE (__DefaultInterrupt)
0x00006c 0x4 LONG 0x430 DEFINED (__FLTBInterrupt)?ABSOLUTE (__FLTBInterrupt):ABSOLUTE (__DefaultInterrupt)
0x00006e 0x4 LONG 0x582 DEFINED (__Interrupt45)?ABSOLUTE (__Interrupt45):ABSOLUTE (__DefaultInterrupt)
0x000070 0x4 LONG 0x582 DEFINED (__Interrupt46)?ABSOLUTE (__Interrupt46):ABSOLUTE (__DefaultInterrupt)
0x000072 0x4 LONG 0x582 DEFINED (__Interrupt47)?ABSOLUTE (__Interrupt47):ABSOLUTE (__DefaultInterrupt)
0x000074 0x4 LONG 0x582 DEFINED (__Interrupt48)?ABSOLUTE (__Interrupt48):ABSOLUTE (__DefaultInterrupt)
0x000076 0x4 LONG 0x582 DEFINED (__Interrupt49)?ABSOLUTE (__Interrupt49):ABSOLUTE (__DefaultInterrupt)
0x000078 0x4 LONG 0x582 DEFINED (__Interrupt50)?ABSOLUTE (__Interrupt50):ABSOLUTE (__DefaultInterrupt)
0x00007a 0x4 LONG 0x582 DEFINED (__Interrupt51)?ABSOLUTE (__Interrupt51):ABSOLUTE (__DefaultInterrupt)
0x00007c 0x4 LONG 0x582 DEFINED (__Interrupt52)?ABSOLUTE (__Interrupt52):ABSOLUTE (__DefaultInterrupt)
0x00007e 0x4 LONG 0x582 DEFINED (__Interrupt53)?ABSOLUTE (__Interrupt53):ABSOLUTE (__DefaultInterrupt)
.aivt 0x000084 0x7c
0x000084 0x4 LONG 0x582 DEFINED (__AltReservedTrap0)?ABSOLUTE (__AltReservedTrap0):DEFINED (__ReservedTrap0)?ABSOLUTE (__ReservedTrap0):ABSOLUTE (__DefaultInterrupt)
0x000086 0x4 LONG 0x582 DEFINED (__AltOscillatorFail)?ABSOLUTE (__AltOscillatorFail):DEFINED (__OscillatorFail)?ABSOLUTE (__OscillatorFail):ABSOLUTE (__DefaultInterrupt)
0x000088 0x4 LONG 0x582 DEFINED (__AltAddressError)?ABSOLUTE (__AltAddressError):DEFINED (__AddressError)?ABSOLUTE (__AddressError):ABSOLUTE (__DefaultInterrupt)
0x00008a 0x4 LONG 0x582 DEFINED (__AltStackError)?ABSOLUTE (__AltStackError):DEFINED (__StackError)?ABSOLUTE (__StackError):ABSOLUTE (__DefaultInterrupt)
0x00008c 0x4 LONG 0x582 DEFINED (__AltMathError)?ABSOLUTE (__AltMathError):DEFINED (__MathError)?ABSOLUTE (__MathError):ABSOLUTE (__DefaultInterrupt)
0x00008e 0x4 LONG 0x582 DEFINED (__AltReservedTrap5)?ABSOLUTE (__AltReservedTrap5):DEFINED (__ReservedTrap5)?ABSOLUTE (__ReservedTrap5):ABSOLUTE (__DefaultInterrupt)
0x000090 0x4 LONG 0x582 DEFINED (__AltReservedTrap6)?ABSOLUTE (__AltReservedTrap6):DEFINED (__ReservedTrap6)?ABSOLUTE (__ReservedTrap6):ABSOLUTE (__DefaultInterrupt)
0x000092 0x4 LONG 0x582 DEFINED (__AltReservedTrap7)?ABSOLUTE (__AltReservedTrap7):DEFINED (__ReservedTrap7)?ABSOLUTE (__ReservedTrap7):ABSOLUTE (__DefaultInterrupt)
0x000094 0x4 LONG 0x582 DEFINED (__AltINT0Interrupt)?ABSOLUTE (__AltINT0Interrupt):DEFINED (__INT0Interrupt)?ABSOLUTE (__INT0Interrupt):ABSOLUTE (__DefaultInterrupt)
0x000096 0x4 LONG 0x582 DEFINED (__AltIC1Interrupt)?ABSOLUTE (__AltIC1Interrupt):DEFINED (__IC1Interrupt)?ABSOLUTE (__IC1Interrupt):ABSOLUTE (__DefaultInterrupt)
0x000098 0x4 LONG 0x582 DEFINED (__AltOC1Interrupt)?ABSOLUTE (__AltOC1Interrupt):DEFINED (__OC1Interrupt)?ABSOLUTE (__OC1Interrupt):ABSOLUTE (__DefaultInterrupt)
0x00009a 0x4 LONG 0x3a6 DEFINED (__AltT1Interrupt)?ABSOLUTE (__AltT1Interrupt):DEFINED (__T1Interrupt)?ABSOLUTE (__T1Interrupt):ABSOLUTE (__DefaultInterrupt)
0x00009c 0x4 LONG 0x582 DEFINED (__AltIC2Interrupt)?ABSOLUTE (__AltIC2Interrupt):DEFINED (__IC2Interrupt)?ABSOLUTE (__IC2Interrupt):ABSOLUTE (__DefaultInterrupt)
0x00009e 0x4 LONG 0x582 DEFINED (__AltOC2Interrupt)?ABSOLUTE (__AltOC2Interrupt):DEFINED (__OC2Interrupt)?ABSOLUTE (__OC2Interrupt):ABSOLUTE (__DefaultInterrupt)
0x0000a0 0x4 LONG 0x582 DEFINED (__AltT2Interrupt)?ABSOLUTE (__AltT2Interrupt):DEFINED (__T2Interrupt)?ABSOLUTE (__T2Interrupt):ABSOLUTE (__DefaultInterrupt)
0x0000a2 0x4 LONG 0x582 DEFINED (__AltT3Interrupt)?ABSOLUTE (__AltT3Interrupt):DEFINED (__T3Interrupt)?ABSOLUTE (__T3Interrupt):ABSOLUTE (__DefaultInterrupt)
0x0000a4 0x4 LONG 0x582 DEFINED (__AltSPI1Interrupt)?ABSOLUTE (__AltSPI1Interrupt):DEFINED (__SPI1Interrupt)?ABSOLUTE (__SPI1Interrupt):ABSOLUTE (__DefaultInterrupt)
0x0000a6 0x4 LONG 0x582 DEFINED (__AltU1RXInterrupt)?ABSOLUTE (__AltU1RXInterrupt):DEFINED (__U1RXInterrupt)?ABSOLUTE (__U1RXInterrupt):ABSOLUTE (__DefaultInterrupt)
0x0000a8 0x4 LONG 0x582 DEFINED (__AltU1TXInterrupt)?ABSOLUTE (__AltU1TXInterrupt):DEFINED (__U1TXInterrupt)?ABSOLUTE (__U1TXInterrupt):ABSOLUTE (__DefaultInterrupt)
0x0000aa 0x4 LONG 0x582 DEFINED (__AltADCInterrupt)?ABSOLUTE (__AltADCInterrupt):DEFINED (__ADCInterrupt)?ABSOLUTE (__ADCInterrupt):ABSOLUTE (__DefaultInterrupt)
0x0000ac 0x4 LONG 0x582 DEFINED (__AltNVMInterrupt)?ABSOLUTE (__AltNVMInterrupt):DEFINED (__NVMInterrupt)?ABSOLUTE (__NVMInterrupt):ABSOLUTE (__DefaultInterrupt)
0x0000ae 0x4 LONG 0x582 DEFINED (__AltSI2CInterrupt)?ABSOLUTE (__AltSI2CInterrupt):DEFINED (__SI2CInterrupt)?ABSOLUTE (__SI2CInterrupt):ABSOLUTE (__DefaultInterrupt)
0x0000b0 0x4 LONG 0x582 DEFINED (__AltMI2CInterrupt)?ABSOLUTE (__AltMI2CInterrupt):DEFINED (__MI2CInterrupt)?ABSOLUTE (__MI2CInterrupt):ABSOLUTE (__DefaultInterrupt)
0x0000b2 0x4 LONG 0x582 DEFINED (__AltCNInterrupt)?ABSOLUTE (__AltCNInterrupt):DEFINED (__CNInterrupt)?ABSOLUTE (__CNInterrupt):ABSOLUTE (__DefaultInterrupt)
0x0000b4 0x4 LONG 0x582 DEFINED (__AltINT1Interrupt)?ABSOLUTE (__AltINT1Interrupt):DEFINED (__INT1Interrupt)?ABSOLUTE (__INT1Interrupt):ABSOLUTE (__DefaultInterrupt)
0x0000b6 0x4 LONG 0x582 DEFINED (__AltIC7Interrupt)?ABSOLUTE (__AltIC7Interrupt):DEFINED (__IC7Interrupt)?ABSOLUTE (__IC7Interrupt):ABSOLUTE (__DefaultInterrupt)
0x0000b8 0x4 LONG 0x582 DEFINED (__AltIC8Interrupt)?ABSOLUTE (__AltIC8Interrupt):DEFINED (__IC8Interrupt)?ABSOLUTE (__IC8Interrupt):ABSOLUTE (__DefaultInterrupt)
0x0000ba 0x4 LONG 0x582 DEFINED (__AltOC3Interrupt)?ABSOLUTE (__AltOC3Interrupt):DEFINED (__OC3Interrupt)?ABSOLUTE (__OC3Interrupt):ABSOLUTE (__DefaultInterrupt)
0x0000bc 0x4 LONG 0x582 DEFINED (__AltOC4Interrupt)?ABSOLUTE (__AltOC4Interrupt):DEFINED (__OC4Interrupt)?ABSOLUTE (__OC4Interrupt):ABSOLUTE (__DefaultInterrupt)
0x0000be 0x4 LONG 0x582 DEFINED (__AltT4Interrupt)?ABSOLUTE (__AltT4Interrupt):DEFINED (__T4Interrupt)?ABSOLUTE (__T4Interrupt):ABSOLUTE (__DefaultInterrupt)
0x0000c0 0x4 LONG 0x582 DEFINED (__AltT5Interrupt)?ABSOLUTE (__AltT5Interrupt):DEFINED (__T5Interrupt)?ABSOLUTE (__T5Interrupt):ABSOLUTE (__DefaultInterrupt)
0x0000c2 0x4 LONG 0x582 DEFINED (__AltINT2Interrupt)?ABSOLUTE (__AltINT2Interrupt):DEFINED (__INT2Interrupt)?ABSOLUTE (__INT2Interrupt):ABSOLUTE (__DefaultInterrupt)
0x0000c4 0x4 LONG 0x582 DEFINED (__AltU2RXInterrupt)?ABSOLUTE (__AltU2RXInterrupt):DEFINED (__U2RXInterrupt)?ABSOLUTE (__U2RXInterrupt):ABSOLUTE (__DefaultInterrupt)
0x0000c6 0x4 LONG 0x582 DEFINED (__AltU2TXInterrupt)?ABSOLUTE (__AltU2TXInterrupt):DEFINED (__U2TXInterrupt)?ABSOLUTE (__U2TXInterrupt):ABSOLUTE (__DefaultInterrupt)
0x0000c8 0x4 LONG 0x582 DEFINED (__AltSPI2Interrupt)?ABSOLUTE (__AltSPI2Interrupt):DEFINED (__SPI2Interrupt)?ABSOLUTE (__SPI2Interrupt):ABSOLUTE (__DefaultInterrupt)
0x0000ca 0x4 LONG 0x582 DEFINED (__AltC1Interrupt)?ABSOLUTE (__AltC1Interrupt):DEFINED (__C1Interrupt)?ABSOLUTE (__C1Interrupt):ABSOLUTE (__DefaultInterrupt)
0x0000cc 0x4 LONG 0x582 DEFINED (__AltIC3Interrupt)?ABSOLUTE (__AltIC3Interrupt):DEFINED (__IC3Interrupt)?ABSOLUTE (__IC3Interrupt):ABSOLUTE (__DefaultInterrupt)
0x0000ce 0x4 LONG 0x582 DEFINED (__AltIC4Interrupt)?ABSOLUTE (__AltIC4Interrupt):DEFINED (__IC4Interrupt)?ABSOLUTE (__IC4Interrupt):ABSOLUTE (__DefaultInterrupt)
0x0000d0 0x4 LONG 0x582 DEFINED (__AltIC5Interrupt)?ABSOLUTE (__AltIC5Interrupt):DEFINED (__IC5Interrupt)?ABSOLUTE (__IC5Interrupt):ABSOLUTE (__DefaultInterrupt)
0x0000d2 0x4 LONG 0x582 DEFINED (__AltIC6Interrupt)?ABSOLUTE (__AltIC6Interrupt):DEFINED (__IC6Interrupt)?ABSOLUTE (__IC6Interrupt):ABSOLUTE (__DefaultInterrupt)
0x0000d4 0x4 LONG 0x582 DEFINED (__AltOC5Interrupt)?ABSOLUTE (__AltOC5Interrupt):DEFINED (__OC5Interrupt)?ABSOLUTE (__OC5Interrupt):ABSOLUTE (__DefaultInterrupt)
0x0000d6 0x4 LONG 0x582 DEFINED (__AltOC6Interrupt)?ABSOLUTE (__AltOC6Interrupt):DEFINED (__OC6Interrupt)?ABSOLUTE (__OC6Interrupt):ABSOLUTE (__DefaultInterrupt)
0x0000d8 0x4 LONG 0x582 DEFINED (__AltOC7Interrupt)?ABSOLUTE (__AltOC7Interrupt):DEFINED (__OC7Interrupt)?ABSOLUTE (__OC7Interrupt):ABSOLUTE (__DefaultInterrupt)
0x0000da 0x4 LONG 0x582 DEFINED (__AltOC8Interrupt)?ABSOLUTE (__AltOC8Interrupt):DEFINED (__OC8Interrupt)?ABSOLUTE (__OC8Interrupt):ABSOLUTE (__DefaultInterrupt)
0x0000dc 0x4 LONG 0x582 DEFINED (__AltINT3Interrupt)?ABSOLUTE (__AltINT3Interrupt):DEFINED (__INT3Interrupt)?ABSOLUTE (__INT3Interrupt):ABSOLUTE (__DefaultInterrupt)
0x0000de 0x4 LONG 0x582 DEFINED (__AltINT4Interrupt)?ABSOLUTE (__AltINT4Interrupt):DEFINED (__INT4Interrupt)?ABSOLUTE (__INT4Interrupt):ABSOLUTE (__DefaultInterrupt)
0x0000e0 0x4 LONG 0x582 DEFINED (__AltC2Interrupt)?ABSOLUTE (__AltC2Interrupt):DEFINED (__C2Interrupt)?ABSOLUTE (__C2Interrupt):ABSOLUTE (__DefaultInterrupt)
0x0000e2 0x4 LONG 0x3c8 DEFINED (__AltPWMInterrupt)?ABSOLUTE (__AltPWMInterrupt):DEFINED (__PWMInterrupt)?ABSOLUTE (__PWMInterrupt):ABSOLUTE (__DefaultInterrupt)
0x0000e4 0x4 LONG 0x582 DEFINED (__AltQEIInterrupt)?ABSOLUTE (__AltQEIInterrupt):DEFINED (__QEIInterrupt)?ABSOLUTE (__QEIInterrupt):ABSOLUTE (__DefaultInterrupt)
0x0000e6 0x4 LONG 0x582 DEFINED (__AltDCIInterrupt)?ABSOLUTE (__AltDCIInterrupt):DEFINED (__DCIInterrupt)?ABSOLUTE (__DCIInterrupt):ABSOLUTE (__DefaultInterrupt)
0x0000e8 0x4 LONG 0x582 DEFINED (__AltLVDInterrupt)?ABSOLUTE (__AltLVDInterrupt):DEFINED (__LVDInterrupt)?ABSOLUTE (__LVDInterrupt):ABSOLUTE (__DefaultInterrupt)
0x0000ea 0x4 LONG 0x582 DEFINED (__AltFLTAInterrupt)?ABSOLUTE (__AltFLTAInterrupt):DEFINED (__FLTAInterrupt)?ABSOLUTE (__FLTAInterrupt):ABSOLUTE (__DefaultInterrupt)
0x0000ec 0x4 LONG 0x430 DEFINED (__AltFLTBInterrupt)?ABSOLUTE (__AltFLTBInterrupt):DEFINED (__FLTBInterrupt)?ABSOLUTE (__FLTBInterrupt):ABSOLUTE (__DefaultInterrupt)
0x0000ee 0x4 LONG 0x582 DEFINED (__AltInterrupt45)?ABSOLUTE (__AltInterrupt45):DEFINED (__Interrupt45)?ABSOLUTE (__Interrupt45):ABSOLUTE (__DefaultInterrupt)
0x0000f0 0x4 LONG 0x582 DEFINED (__AltInterrupt46)?ABSOLUTE (__AltInterrupt46):DEFINED (__Interrupt46)?ABSOLUTE (__Interrupt46):ABSOLUTE (__DefaultInterrupt)
0x0000f2 0x4 LONG 0x582 DEFINED (__AltInterrupt47)?ABSOLUTE (__AltInterrupt47):DEFINED (__Interrupt47)?ABSOLUTE (__Interrupt47):ABSOLUTE (__DefaultInterrupt)
0x0000f4 0x4 LONG 0x582 DEFINED (__AltInterrupt48)?ABSOLUTE (__AltInterrupt48):DEFINED (__Interrupt48)?ABSOLUTE (__Interrupt48):ABSOLUTE (__DefaultInterrupt)
0x0000f6 0x4 LONG 0x582 DEFINED (__AltInterrupt49)?ABSOLUTE (__AltInterrupt49):DEFINED (__Interrupt49)?ABSOLUTE (__Interrupt49):ABSOLUTE (__DefaultInterrupt)
0x0000f8 0x4 LONG 0x582 DEFINED (__AltInterrupt50)?ABSOLUTE (__AltInterrupt50):DEFINED (__Interrupt50)?ABSOLUTE (__Interrupt50):ABSOLUTE (__DefaultInterrupt)
0x0000fa 0x4 LONG 0x582 DEFINED (__AltInterrupt51)?ABSOLUTE (__AltInterrupt51):DEFINED (__Interrupt51)?ABSOLUTE (__Interrupt51):ABSOLUTE (__DefaultInterrupt)
0x0000fc 0x4 LONG 0x582 DEFINED (__AltInterrupt52)?ABSOLUTE (__AltInterrupt52):DEFINED (__Interrupt52)?ABSOLUTE (__Interrupt52):ABSOLUTE (__DefaultInterrupt)
0x0000fe 0x4 LONG 0x582 DEFINED (__AltInterrupt53)?ABSOLUTE (__AltInterrupt53):DEFINED (__Interrupt53)?ABSOLUTE (__Interrupt53):ABSOLUTE (__DefaultInterrupt)
0x0000 WREG0 = 0x0
0x0000 _WREG0 = 0x0
0x0002 WREG1 = 0x2
0x0002 _WREG1 = 0x2
0x0004 WREG2 = 0x4
0x0004 _WREG2 = 0x4
0x0006 WREG3 = 0x6
0x0006 _WREG3 = 0x6
0x0008 WREG4 = 0x8
0x0008 _WREG4 = 0x8
0x000a WREG5 = 0xa
0x000a _WREG5 = 0xa
0x000c WREG6 = 0xc
0x000c _WREG6 = 0xc
0x000e WREG7 = 0xe
0x000e _WREG7 = 0xe
0x0010 WREG8 = 0x10
0x0010 _WREG8 = 0x10
0x0012 WREG9 = 0x12
0x0012 _WREG9 = 0x12
0x0014 WREG10 = 0x14
0x0014 _WREG10 = 0x14
0x0016 WREG11 = 0x16
0x0016 _WREG11 = 0x16
0x0018 WREG12 = 0x18
0x0018 _WREG12 = 0x18
0x001a WREG13 = 0x1a
0x001a _WREG13 = 0x1a
0x001c WREG14 = 0x1c
0x001c _WREG14 = 0x1c
0x001e WREG15 = 0x1e
0x001e _WREG15 = 0x1e
0x0020 SPLIM = 0x20
0x0020 _SPLIM = 0x20
0x0022 ACCAL = 0x22
0x0022 _ACCAL = 0x22
0x0024 ACCAH = 0x24
0x0024 _ACCAH = 0x24
0x0026 ACCAU = 0x26
0x0026 _ACCAU = 0x26
0x0028 ACCBL = 0x28
0x0028 _ACCBL = 0x28
0x002a ACCBH = 0x2a
0x002a _ACCBH = 0x2a
0x002c ACCBU = 0x2c
0x002c _ACCBU = 0x2c
0x002e PCL = 0x2e
0x002e _PCL = 0x2e
0x0030 PCH = 0x30
0x0030 _PCH = 0x30
0x0032 TBLPAG = 0x32
0x0032 _TBLPAG = 0x32
0x0034 PSVPAG = 0x34
0x0034 _PSVPAG = 0x34
0x0036 RCOUNT = 0x36
0x0036 _RCOUNT = 0x36
0x0038 DCOUNT = 0x38
0x0038 _DCOUNT = 0x38
0x003a DOSTARTL = 0x3a
0x003a _DOSTARTL = 0x3a
0x003c DOSTARTH = 0x3c
0x003c _DOSTARTH = 0x3c
0x003e DOENDL = 0x3e
0x003e _DOENDL = 0x3e
0x0040 DOENDH = 0x40
0x0040 _DOENDH = 0x40
0x0042 SR = 0x42
0x0042 _SR = 0x42
0x0042 __SR = 0x42
0x0044 CORCON = 0x44
0x0044 _CORCON = 0x44
0x0046 MODCON = 0x46
0x0046 _MODCON = 0x46
0x0048 XMODSRT = 0x48
0x0048 _XMODSRT = 0x48
0x004a XMODEND = 0x4a
0x004a _XMODEND = 0x4a
0x004c YMODSRT = 0x4c
0x004c _YMODSRT = 0x4c
0x004e YMODEND = 0x4e
0x004e _YMODEND = 0x4e
0x0050 XBREV = 0x50
0x0050 _XBREV = 0x50
0x0052 DISICNT = 0x52
0x0052 _DISICNT = 0x52
0x0080 INTCON1 = 0x80
0x0080 _INTCON1 = 0x80
0x0082 INTCON2 = 0x82
0x0082 _INTCON2 = 0x82
0x0084 IFS0 = 0x84
0x0084 _IFS0 = 0x84
0x0086 IFS1 = 0x86
0x0086 _IFS1 = 0x86
0x0088 IFS2 = 0x88
0x0088 _IFS2 = 0x88
0x008c IEC0 = 0x8c
0x008c _IEC0 = 0x8c
0x008e IEC1 = 0x8e
0x008e _IEC1 = 0x8e
0x0090 IEC2 = 0x90
0x0090 _IEC2 = 0x90
0x0094 IPC0 = 0x94
0x0094 _IPC0 = 0x94
0x0096 IPC1 = 0x96
0x0096 _IPC1 = 0x96
0x0098 IPC2 = 0x98
0x0098 _IPC2 = 0x98
0x009a IPC3 = 0x9a
0x009a _IPC3 = 0x9a
0x009c IPC4 = 0x9c
0x009c _IPC4 = 0x9c
0x009e IPC5 = 0x9e
0x009e _IPC5 = 0x9e
0x00a0 IPC6 = 0xa0
0x00a0 _IPC6 = 0xa0
0x00a2 IPC7 = 0xa2
0x00a2 _IPC7 = 0xa2
0x00a4 IPC8 = 0xa4
0x00a4 _IPC8 = 0xa4
0x00a6 IPC9 = 0xa6
0x00a6 _IPC9 = 0xa6
0x00a8 IPC10 = 0xa8
0x00a8 _IPC10 = 0xa8
0x00aa IPC11 = 0xaa
0x00aa _IPC11 = 0xaa
0x00b0 INTTREG = 0xb0
0x00b0 _INTTREG = 0xb0
0x00c0 CNEN1 = 0xc0
0x00c0 _CNEN1 = 0xc0
0x00c2 CNEN2 = 0xc2
0x00c2 _CNEN2 = 0xc2
0x00c4 CNPU1 = 0xc4
0x00c4 _CNPU1 = 0xc4
0x00c6 CNPU2 = 0xc6
0x00c6 _CNPU2 = 0xc6
0x0100 TMR1 = 0x100
0x0100 _TMR1 = 0x100
0x0102 PR1 = 0x102
0x0102 _PR1 = 0x102
0x0104 T1CON = 0x104
0x0104 _T1CON = 0x104
0x0106 TMR2 = 0x106
0x0106 _TMR2 = 0x106
0x0108 TMR3HLD = 0x108
0x0108 _TMR3HLD = 0x108
0x010a TMR3 = 0x10a
0x010a _TMR3 = 0x10a
0x010c PR2 = 0x10c
0x010c _PR2 = 0x10c
0x010e PR3 = 0x10e
0x010e _PR3 = 0x10e
0x0110 T2CON = 0x110
0x0110 _T2CON = 0x110
0x0112 T3CON = 0x112
0x0112 _T3CON = 0x112
0x0114 TMR4 = 0x114
0x0114 _TMR4 = 0x114
0x0116 TMR5HLD = 0x116
0x0116 _TMR5HLD = 0x116
0x0118 TMR5 = 0x118
0x0118 _TMR5 = 0x118
0x011a PR4 = 0x11a
0x011a _PR4 = 0x11a
0x011c PR5 = 0x11c
0x011c _PR5 = 0x11c
0x011e T4CON = 0x11e
0x011e _T4CON = 0x11e
0x0120 T5CON = 0x120
0x0120 _T5CON = 0x120
0x0122 QEICON = 0x122
0x0122 _QEICON = 0x122
0x0124 DFLTCON = 0x124
0x0124 _DFLTCON = 0x124
0x0126 POSCNT = 0x126
0x0126 _POSCNT = 0x126
0x0128 MAXCNT = 0x128
0x0128 _MAXCNT = 0x128
0x0140 IC1BUF = 0x140
0x0140 _IC1BUF = 0x140
0x0142 IC1CON = 0x142
0x0142 _IC1CON = 0x142
0x0144 IC2BUF = 0x144
0x0144 _IC2BUF = 0x144
0x0146 IC2CON = 0x146
0x0146 _IC2CON = 0x146
0x0148 IC3BUF = 0x148
0x0148 _IC3BUF = 0x148
0x014a IC3CON = 0x14a
0x014a _IC3CON = 0x14a
0x014c IC4BUF = 0x14c
0x014c _IC4BUF = 0x14c
0x014e IC4CON = 0x14e
0x014e _IC4CON = 0x14e
0x0150 IC5BUF = 0x150
0x0150 _IC5BUF = 0x150
0x0152 IC5CON = 0x152
0x0152 _IC5CON = 0x152
0x0154 IC6BUF = 0x154
0x0154 _IC6BUF = 0x154
0x0156 IC6CON = 0x156
0x0156 _IC6CON = 0x156
0x0158 IC7BUF = 0x158
0x0158 _IC7BUF = 0x158
0x015a IC7CON = 0x15a
0x015a _IC7CON = 0x15a
0x015c IC8BUF = 0x15c
0x015c _IC8BUF = 0x15c
0x015e IC8CON = 0x15e
0x015e _IC8CON = 0x15e
0x0180 OC1RS = 0x180
0x0180 _OC1RS = 0x180
0x0182 OC1R = 0x182
0x0182 _OC1R = 0x182
0x0184 OC1CON = 0x184
0x0184 _OC1CON = 0x184
0x0186 OC2RS = 0x186
0x0186 _OC2RS = 0x186
0x0188 OC2R = 0x188
0x0188 _OC2R = 0x188
0x018a OC2CON = 0x18a
0x018a _OC2CON = 0x18a
0x018c OC3RS = 0x18c
0x018c _OC3RS = 0x18c
0x018e OC3R = 0x18e
0x018e _OC3R = 0x18e
0x0190 OC3CON = 0x190
0x0190 _OC3CON = 0x190
0x0192 OC4RS = 0x192
0x0192 _OC4RS = 0x192
0x0194 OC4R = 0x194
0x0194 _OC4R = 0x194
0x0196 OC4CON = 0x196
0x0196 _OC4CON = 0x196
0x0198 OC5RS = 0x198
0x0198 _OC5RS = 0x198
0x019a OC5R = 0x19a
0x019a _OC5R = 0x19a
0x019c OC5CON = 0x19c
0x019c _OC5CON = 0x19c
0x019e OC6RS = 0x19e
0x019e _OC6RS = 0x19e
0x01a0 OC6R = 0x1a0
0x01a0 _OC6R = 0x1a0
0x01a2 OC6CON = 0x1a2
0x01a2 _OC6CON = 0x1a2
0x01a4 OC7RS = 0x1a4
0x01a4 _OC7RS = 0x1a4
0x01a6 OC7R = 0x1a6
0x01a6 _OC7R = 0x1a6
0x01a8 OC7CON = 0x1a8
0x01a8 _OC7CON = 0x1a8
0x01aa OC8RS = 0x1aa
0x01aa _OC8RS = 0x1aa
0x01ac OC8R = 0x1ac
0x01ac _OC8R = 0x1ac
0x01ae OC8CON = 0x1ae
0x01ae _OC8CON = 0x1ae
0x01c0 PTCON = 0x1c0
0x01c0 _PTCON = 0x1c0
0x01c2 PTMR = 0x1c2
0x01c2 _PTMR = 0x1c2
0x01c4 PTPER = 0x1c4
0x01c4 _PTPER = 0x1c4
0x01c6 SEVTCMP = 0x1c6
0x01c6 _SEVTCMP = 0x1c6
0x01c8 PWMCON1 = 0x1c8
0x01c8 _PWMCON1 = 0x1c8
0x01ca PWMCON2 = 0x1ca
0x01ca _PWMCON2 = 0x1ca
0x01cc DTCON1 = 0x1cc
0x01cc _DTCON1 = 0x1cc
0x01ce DTCON2 = 0x1ce
0x01ce _DTCON2 = 0x1ce
0x01d0 FLTACON = 0x1d0
0x01d0 _FLTACON = 0x1d0
0x01d2 FLTBCON = 0x1d2
0x01d2 _FLTBCON = 0x1d2
0x01d4 OVDCON = 0x1d4
0x01d4 _OVDCON = 0x1d4
0x01d6 PDC1 = 0x1d6
0x01d6 _PDC1 = 0x1d6
0x01d8 PDC2 = 0x1d8
0x01d8 _PDC2 = 0x1d8
0x01da PDC3 = 0x1da
0x01da _PDC3 = 0x1da
0x01dc PDC4 = 0x1dc
0x01dc _PDC4 = 0x1dc
0x0200 I2CRCV = 0x200
0x0200 _I2CRCV = 0x200
0x0202 I2CTRN = 0x202
0x0202 _I2CTRN = 0x202
0x0204 I2CBRG = 0x204
0x0204 _I2CBRG = 0x204
0x0206 I2CCON = 0x206
0x0206 _I2CCON = 0x206
0x0208 I2CSTAT = 0x208
0x0208 _I2CSTAT = 0x208
0x020a I2CADD = 0x20a
0x020a _I2CADD = 0x20a
0x020c U1MODE = 0x20c
0x020c _U1MODE = 0x20c
0x020e U1STA = 0x20e
0x020e _U1STA = 0x20e
0x0210 U1TXREG = 0x210
0x0210 _U1TXREG = 0x210
0x0212 U1RXREG = 0x212
0x0212 _U1RXREG = 0x212
0x0214 U1BRG = 0x214
0x0214 _U1BRG = 0x214
0x0216 U2MODE = 0x216
0x0216 _U2MODE = 0x216
0x0218 U2STA = 0x218
0x0218 _U2STA = 0x218
0x021a U2TXREG = 0x21a
0x021a _U2TXREG = 0x21a
0x021c U2RXREG = 0x21c
0x021c _U2RXREG = 0x21c
0x021e U2BRG = 0x21e
0x021e _U2BRG = 0x21e
0x0220 SPI1STAT = 0x220
0x0220 _SPI1STAT = 0x220
0x0222 SPI1CON = 0x222
0x0222 _SPI1CON = 0x222
0x0224 SPI1BUF = 0x224
0x0224 _SPI1BUF = 0x224
0x0226 SPI2STAT = 0x226
0x0226 _SPI2STAT = 0x226
0x0228 SPI2CON = 0x228
0x0228 _SPI2CON = 0x228
0x022a SPI2BUF = 0x22a
0x022a _SPI2BUF = 0x22a
0x0280 ADCBUF0 = 0x280
0x0280 _ADCBUF0 = 0x280
0x0282 ADCBUF1 = 0x282
0x0282 _ADCBUF1 = 0x282
0x0284 ADCBUF2 = 0x284
0x0284 _ADCBUF2 = 0x284
0x0286 ADCBUF3 = 0x286
0x0286 _ADCBUF3 = 0x286
0x0288 ADCBUF4 = 0x288
0x0288 _ADCBUF4 = 0x288
0x028a ADCBUF5 = 0x28a
0x028a _ADCBUF5 = 0x28a
0x028c ADCBUF6 = 0x28c
0x028c _ADCBUF6 = 0x28c
0x028e ADCBUF7 = 0x28e
0x028e _ADCBUF7 = 0x28e
0x0290 ADCBUF8 = 0x290
0x0290 _ADCBUF8 = 0x290
0x0292 ADCBUF9 = 0x292
0x0292 _ADCBUF9 = 0x292
0x0294 ADCBUFA = 0x294
0x0294 _ADCBUFA = 0x294
0x0296 ADCBUFB = 0x296
0x0296 _ADCBUFB = 0x296
0x0298 ADCBUFC = 0x298
0x0298 _ADCBUFC = 0x298
0x029a ADCBUFD = 0x29a
0x029a _ADCBUFD = 0x29a
0x029c ADCBUFE = 0x29c
0x029c _ADCBUFE = 0x29c
0x029e ADCBUFF = 0x29e
0x029e _ADCBUFF = 0x29e
0x02a0 ADCON1 = 0x2a0
0x02a0 _ADCON1 = 0x2a0
0x02a2 ADCON2 = 0x2a2
0x02a2 _ADCON2 = 0x2a2
0x02a4 ADCON3 = 0x2a4
0x02a4 _ADCON3 = 0x2a4
0x02a6 ADCHS = 0x2a6
0x02a6 _ADCHS = 0x2a6
0x02a8 ADPCFG = 0x2a8
0x02a8 _ADPCFG = 0x2a8
0x02aa ADCSSL = 0x2aa
0x02aa _ADCSSL = 0x2aa
0x02c0 TRISA = 0x2c0
0x02c0 _TRISA = 0x2c0
0x02c2 PORTA = 0x2c2
0x02c2 _PORTA = 0x2c2
0x02c4 LATA = 0x2c4
0x02c4 _LATA = 0x2c4
0x02c6 TRISB = 0x2c6
0x02c6 _TRISB = 0x2c6
0x02c8 PORTB = 0x2c8
0x02c8 _PORTB = 0x2c8
0x02ca LATB = 0x2ca
0x02ca _LATB = 0x2ca
0x02cc TRISC = 0x2cc
0x02cc _TRISC = 0x2cc
0x02ce PORTC = 0x2ce
0x02ce _PORTC = 0x2ce
0x02d0 LATC = 0x2d0
0x02d0 _LATC = 0x2d0
0x02d2 TRISD = 0x2d2
0x02d2 _TRISD = 0x2d2
0x02d4 PORTD = 0x2d4
0x02d4 _PORTD = 0x2d4
0x02d6 LATD = 0x2d6
0x02d6 _LATD = 0x2d6
0x02d8 TRISE = 0x2d8
0x02d8 _TRISE = 0x2d8
0x02da PORTE = 0x2da
0x02da _PORTE = 0x2da
0x02dc LATE = 0x2dc
0x02dc _LATE = 0x2dc
0x02de TRISF = 0x2de
0x02de _TRISF = 0x2de
0x02e0 PORTF = 0x2e0
0x02e0 _PORTF = 0x2e0
0x02e2 LATF = 0x2e2
0x02e2 _LATF = 0x2e2
0x02e4 TRISG = 0x2e4
0x02e4 _TRISG = 0x2e4
0x02e6 PORTG = 0x2e6
0x02e6 _PORTG = 0x2e6
0x02e8 LATG = 0x2e8
0x02e8 _LATG = 0x2e8
0x0300 C1RXF0SID = 0x300
0x0300 _C1RXF0SID = 0x300
0x0302 C1RXF0EIDH = 0x302
0x0302 _C1RXF0EIDH = 0x302
0x0304 C1RXF0EIDL = 0x304
0x0304 _C1RXF0EIDL = 0x304
0x0308 C1RXF1SID = 0x308
0x0308 _C1RXF1SID = 0x308
0x030a C1RXF1EIDH = 0x30a
0x030a _C1RXF1EIDH = 0x30a
0x030c C1RXF1EIDL = 0x30c
0x030c _C1RXF1EIDL = 0x30c
0x0310 C1RXF2SID = 0x310
0x0310 _C1RXF2SID = 0x310
0x0312 C1RXF2EIDH = 0x312
0x0312 _C1RXF2EIDH = 0x312
0x0314 C1RXF2EIDL = 0x314
0x0314 _C1RXF2EIDL = 0x314
0x0318 C1RXF3SID = 0x318
0x0318 _C1RXF3SID = 0x318
0x031a C1RXF3EIDH = 0x31a
0x031a _C1RXF3EIDH = 0x31a
0x031c C1RXF3EIDL = 0x31c
0x031c _C1RXF3EIDL = 0x31c
0x0320 C1RXF4SID = 0x320
0x0320 _C1RXF4SID = 0x320
0x0322 C1RXF4EIDH = 0x322
0x0322 _C1RXF4EIDH = 0x322
0x0324 C1RXF4EIDL = 0x324
0x0324 _C1RXF4EIDL = 0x324
0x0328 C1RXF5SID = 0x328
0x0328 _C1RXF5SID = 0x328
0x032a C1RXF5EIDH = 0x32a
0x032a _C1RXF5EIDH = 0x32a
0x032c C1RXF5EIDL = 0x32c
0x032c _C1RXF5EIDL = 0x32c
0x0330 C1RXM0SID = 0x330
0x0330 _C1RXM0SID = 0x330
0x0332 C1RXM0EIDH = 0x332
0x0332 _C1RXM0EIDH = 0x332
0x0334 C1RXM0EIDL = 0x334
0x0334 _C1RXM0EIDL = 0x334
0x0338 C1RXM1SID = 0x338
0x0338 _C1RXM1SID = 0x338
0x033a C1RXM1EIDH = 0x33a
0x033a _C1RXM1EIDH = 0x33a
0x033c C1RXM1EIDL = 0x33c
0x033c _C1RXM1EIDL = 0x33c
0x0340 C1TX2SID = 0x340
0x0340 _C1TX2SID = 0x340
0x0342 C1TX2EID = 0x342
0x0342 _C1TX2EID = 0x342
0x0344 C1TX2DLC = 0x344
0x0344 _C1TX2DLC = 0x344
0x0346 C1TX2B1 = 0x346
0x0346 _C1TX2B1 = 0x346
0x0348 C1TX2B2 = 0x348
0x0348 _C1TX2B2 = 0x348
0x034a C1TX2B3 = 0x34a
0x034a _C1TX2B3 = 0x34a
0x034c C1TX2B4 = 0x34c
0x034c _C1TX2B4 = 0x34c
0x034e C1TX2CON = 0x34e
0x034e _C1TX2CON = 0x34e
0x0350 C1TX1SID = 0x350
0x0350 _C1TX1SID = 0x350
0x0352 C1TX1EID = 0x352
0x0352 _C1TX1EID = 0x352
0x0354 C1TX1DLC = 0x354
0x0354 _C1TX1DLC = 0x354
0x0356 C1TX1B1 = 0x356
0x0356 _C1TX1B1 = 0x356
0x0358 C1TX1B2 = 0x358
0x0358 _C1TX1B2 = 0x358
0x035a C1TX1B3 = 0x35a
0x035a _C1TX1B3 = 0x35a
0x035c C1TX1B4 = 0x35c
0x035c _C1TX1B4 = 0x35c
0x035e C1TX1CON = 0x35e
0x035e _C1TX1CON = 0x35e
0x0360 C1TX0SID = 0x360
0x0360 _C1TX0SID = 0x360
0x0362 C1TX0EID = 0x362
0x0362 _C1TX0EID = 0x362
0x0364 C1TX0DLC = 0x364
0x0364 _C1TX0DLC = 0x364
0x0366 C1TX0B1 = 0x366
0x0366 _C1TX0B1 = 0x366
0x0368 C1TX0B2 = 0x368
0x0368 _C1TX0B2 = 0x368
0x036a C1TX0B3 = 0x36a
0x036a _C1TX0B3 = 0x36a
0x036c C1TX0B4 = 0x36c
0x036c _C1TX0B4 = 0x36c
0x036e C1TX0CON = 0x36e
0x036e _C1TX0CON = 0x36e
0x0370 C1RX1SID = 0x370
0x0370 _C1RX1SID = 0x370
0x0372 C1RX1EID = 0x372
0x0372 _C1RX1EID = 0x372
0x0374 C1RX1DLC = 0x374
0x0374 _C1RX1DLC = 0x374
0x0376 C1RX1B1 = 0x376
0x0376 _C1RX1B1 = 0x376
0x0378 C1RX1B2 = 0x378
0x0378 _C1RX1B2 = 0x378
0x037a C1RX1B3 = 0x37a
0x037a _C1RX1B3 = 0x37a
0x037c C1RX1B4 = 0x37c
0x037c _C1RX1B4 = 0x37c
0x037e C1RX1CON = 0x37e
0x037e _C1RX1CON = 0x37e
0x0380 C1RX0SID = 0x380
0x0380 _C1RX0SID = 0x380
0x0382 C1RX0EID = 0x382
0x0382 _C1RX0EID = 0x382
0x0384 C1RX0DLC = 0x384
0x0384 _C1RX0DLC = 0x384
0x0386 C1RX0B1 = 0x386
0x0386 _C1RX0B1 = 0x386
0x0388 C1RX0B2 = 0x388
0x0388 _C1RX0B2 = 0x388
0x038a C1RX0B3 = 0x38a