4.5.3 Giving Symbols Other Values
A symbol can be given an arbitrary value by writing a symbol, followed by
an equals sign ‘=’, followed by an expression. This is equivalent to using the .set
directive (see Assembler Directives).
Foo = 4
A symbol can be given an arbitrary value by writing a symbol, followed by
an equals sign ‘=’, followed by an expression. This is equivalent to using the .set
directive (see Assembler Directives).
Foo = 4