diff options
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/as.texinfo | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo index 8c125fd..9485d68 100644 --- a/gas/doc/as.texinfo +++ b/gas/doc/as.texinfo @@ -6392,6 +6392,9 @@ is equivalent to assembling .long 0 @end example +A count of zero is allowed, but nothing is generated. Negative counts are not +allowed and if encountered will be treated as if they were zero. + @node Sbttl @section @code{.sbttl "@var{subheading}"} |