mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 03:29:47 +08:00
* as.texinfo (Fill): Replace "result" with "repeat".
This commit is contained in:
@ -3887,7 +3887,7 @@ removed to avoid conflicts with other assemblers. @xref{Machine Dependencies}.
|
|||||||
@cindex @code{fill} directive
|
@cindex @code{fill} directive
|
||||||
@cindex writing patterns in memory
|
@cindex writing patterns in memory
|
||||||
@cindex patterns, writing in memory
|
@cindex patterns, writing in memory
|
||||||
@var{result}, @var{size} and @var{value} are absolute expressions.
|
@var{repeat}, @var{size} and @var{value} are absolute expressions.
|
||||||
This emits @var{repeat} copies of @var{size} bytes. @var{Repeat}
|
This emits @var{repeat} copies of @var{size} bytes. @var{Repeat}
|
||||||
may be zero or more. @var{Size} may be zero or more, but if it is
|
may be zero or more. @var{Size} may be zero or more, but if it is
|
||||||
more than 8, then it is deemed to have the value 8, compatible with
|
more than 8, then it is deemed to have the value 8, compatible with
|
||||||
|
Reference in New Issue
Block a user