equal sign (=)

Defines an equate, assigning an initial value. You can change this value at a later time.

  equate = expression
  
Parameters

equate

Name of the equate.

expression

Temporary initial value for the equate.

Remarks

This directive is equivalent to .set. It is available only for compatibility with assemblers provided by other companies.