4.10 Constant Directive
The MPASM CONSTANT
directive declares a symbol whose
initial value cannot be changed.
Suggested Replacement
Use the PIC Assembler's
EQU
directive, for
example:threshold EQU 0xFF