4.49 Processor Directive
The MPASM PROCESSOR
directive sets the device type.
Suggested Replacement
The PIC Assembler's PROCESSOR
directive is a direct
replacement for this directive.
The device must be selected using the -mcpu
driver option, but this
directive may be used to ensure that the source code is built for the intended
device. An error will be generated if the device specified by this directive clashes
with that set by the option.