> >      A A text (ASCII) string, will be space padded.
> > -    Z A null terminated (ASCIZ) string, will be null padded.
> > +    Z A null terminated (ASCIIZ) string, will be null padded.
> >      b A bit string (ascending bit order inside each byte, like vec()).
>
> That isn't a typo.    The change should be reversed.
>
It seems that both are used. I prefer ASCIIZ because it clearly contains 
"ASCII". What does ASCIZ stands for (i.e. which 'I' is
dropped?)


Reply via email to