7.2 Device Header Files

There is one header file that is recommended be included into each source file you write. The file is <xc.h> and is a generic file that will include other device-specific header files when you build your project.

Inclusion of this file will allow access to SFRs via special variables, as well as #defineS which allow the use of conventional register names from within assembly language files.