Unknown From Oxygen previous page next page asciiz USE: specify a string of ascii characters (8 bits wide) EXAMPLE: asciiz w="world" asciiz buf[1024] buf=w print "hello "+buf REMARKS: similar to C char, but is not conflated with byte which is a numeric type RELATED: wchar types previous page start next page