5.5.1 .equ symbol, expression
Set the value of symbol to
expression. You may set a symbol any number of
times in assembly. If you set a global symbol, the value stored in the object file is the
last value equated to it.
