.altmacro
Enable alternate macro mode, enabling:
LOCAL
name [ , ... ]
LOCAL
, is available. It is used to
generate a string replacement for each of the name arguments, and
replace any instances of name in each macro expansion. The
replacement string is unique in the assembly, and different for each
separate macro expansion. LOCAL
allows you to write macros that
define symbols, without fear of conflict between separate macro expansions.
String delimiters
"
string"
:
'
string'
<
string>
single-character string escape
Expression results as strings