(as.info.gz) Equiv
Info Catalog
(as.info.gz) Equ
(as.info.gz) Pseudo Ops
(as.info.gz) Eqv
7.44 `.equiv SYMBOL, EXPRESSION'
================================
The `.equiv' directive is like `.equ' and `.set', except that the
assembler will signal an error if SYMBOL is already defined. Note a
symbol which has been referenced but not actually defined is considered
to be undefined.
Except for the contents of the error message, this is roughly
equivalent to
.ifdef SYM
.err
.endif
.equ SYM,VAL
plus it protects the symbol from later redefinition.
Info Catalog
(as.info.gz) Equ
(as.info.gz) Pseudo Ops
(as.info.gz) Eqv
automatically generated by
info2html