Datasheet

1997-2013 Microchip Technology Inc. DS30561C-page 119
PIC12C67X
APPENDIX A: COMPATIBILITY
To convert code written for PIC16C5X to PIC12C67X,
the user should take the following steps:
1. Remove any program memory page select
operations (PA2, PA1, PA0 bits) for CALL, GOTO.
2. Revisit any computed jump operations (write to
PC or add to PC, etc.) to make sure page bits
are set properly under the new scheme.
3. Eliminate any data memory page switching.
Redefine data variables to reallocate them.
4. Verify all writes to STATUS, OPTION, and FSR
registers since these have changed.
5. Change reset vector to 0000h.
APPENDIX B: CODE FOR
ACCESSING EEPROM
DATA MEMORY
Please refer to our web site at www.microchip.com for
code availability.
APPENDIX C: REVISION HISTORY
Revision C (January 2013)
Added a note to each package outline drawing.