Assembly Language Help (alang.hlp) (Table of Contents; Topic list)
Null-Terminated ASCII string
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     ASCIIZ refers to a null-terminated ASCII string.
 
     For example:
 
       message  BYTE   "This is a null-terminated ASCII string.", 00h
                                    -♦-