Next: , Previous: Ascii, Up: Pseudo Ops



7.5 .asciz "

string " ...

.asciz is just like .ascii, but each string is followed by a zero byte. The “z” in .asciz stands for “zero”.

The text of the Arduino reference is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in the reference are released into the public domain.