.asciiz Directive

Syntax

.asciiz string [, string]

Description

The .asciiz directive assembles each string in the list into successive locations and adds a null character. You can optionally use the backslash escape characters.