| |||
| Home > Assembler Reference > Expressions, literals, and operators > String literals | |||
String literals consist of a series of characters contained between double quote characters. The length of a string literal is restricted by the length of the input line (see Format of source lines).
To include a double quote character or a dollar character in a string, use two of the character.
C string escape sequences are also allowed, unless -noesc is
specified (see Command syntax).