GNU Info

Info Node: (as.info)Equiv

(as.info)Equiv


Next: Err Prev: Equ Up: Pseudo Ops
Enter node , (file) or (file)node

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


automatically generated by info2www version 1.2.2.9