4.61 Variable Directive

The MPASM VARIABLE directive creates a variable set to be a value.

Suggested Replacement

There is no replacement for this directive, but the PIC Assembler's SET directive performs a similar task.

The SET directive associates a value with a symbol. Although the symbol's value can be redefined using another SET directive without error, it is not possible to perform operations on the symbol's value in other way.