Go to the first, previous, next, last section, table of contents.


.equ symbol, expression

This directive sets the value of symbol to expression. It is synonymous with `.set'; see section .set symbol, expression.

The syntax for equ on the HPPA is `symbol .equ expression'.


Go to the first, previous, next, last section, table of contents.