5.2.2 Asciz Directive
The .asciz "string1" [, ...,
"stringn"] directive produces similar output to
the .ascii directive, but each string is followed by a
zero byte. The “z” in .asciz stands for “zero.” This directive is a synonym for .string.
