asciz

Declares a zero-terminated block of storage for a string.

  [ label ]  .asciz "string"

  
Parameters

label

Name of the storage block.

string

String value to be stored, in double quotes.

Remarks

The assembler allocates a byte for each string character. The assembler then allocates an extra byte at the end, initializing this extra byte to zero.