Defines a symbol having a symbol name specified by the symbol field and a absolute-expression value specified by the operand field.
You can use this directive to define symbols for numerical data that can be used instead of the actual numbers in the operands of machine-language instructions and directives in source code. |
The symbol generated by the .equ directive can be externally defined by the .public directive. |