.ascii Directive

Syntax

.ascii string [, string] ...

Description

The .ascii directive assembles each string from the list into successive locations. The .ascii directive does not pad the string with null characters. You must put quotation marks (") around each string. You can optionally use the backslash escape characters.