as.info: Equiv

Go forward to Err
Go backward to Equ
Go up to Pseudo Ops
Go to the top op as

`.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