ASCIZ
From Computer History Wiki
ASCIZ is a common format used for holding strings; it is simply an array of ASCII characters, with a '0' character on the end.
ASCIZ is a common format used for holding strings; it is simply an array of ASCII characters, with a '0' character on the end.