|
Whole document tree
Using as: Equiv
7.20 .equiv symbol, expression
The .equiv directive is like .equ and .set, except that
the assembler will signal an error if symbol is already defined.
Except for the contents of the error message, this is roughly equivalent to
| | .ifdef SYM
.err
.endif
.equ SYM,VAL
|
This document was generated
by root on January, 30 2002
using texi2html
|