Next: Attach_to_group, Previous: Ascii, Up: Pseudo Ops [Contents][Index]
.asciz "string"
….asciz
is just like .ascii
, but each string is followed by
a zero byte. The “z” in ‘.asciz’ stands for “zero”. Note that
multiple string arguments not separated by commas will be concatenated
together and only one final zero byte will be stored.