ascii

Declares a block of storage for a string; the assembler allocates a byte for each character.

  [ label ]  .ascii "string"

  
Parameters

label

Name of the storage block.

string

String value to be stored, in double quotes.