diff options
Diffstat (limited to 'gas/doc/c-xc16x.texi')
-rw-r--r-- | gas/doc/c-xc16x.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/doc/c-xc16x.texi b/gas/doc/c-xc16x.texi index cd7688f..9589139 100644 --- a/gas/doc/c-xc16x.texi +++ b/gas/doc/c-xc16x.texi @@ -35,7 +35,7 @@ This assembles a word (16-bit) constant. @cindex @code{ascii} directive, xc16x @item .ascii "@var{ascii}" -This directive used for copying @var{str} into the object file. +This directive used for copying @var{str} into the object file. The string is terminated with a null byte. @cindex @code{set} directive, xc16x @@ -52,7 +52,7 @@ Reserve @var{length} bytes in the bss section for a local @var{symbol}, aligned to the power of two specified by @var{align}. @var{length} and @var{align} must be positive absolute expressions. This directive differs from @samp{.lcomm} only in that it permits you to specify -an alignment. +an alignment. @end table @node xc16x Syntax |