Next: , Previous: , Up: Pseudo Ops   [Contents][Index]


7.6 .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.