X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=gas%2Fdoc%2Fc-m68k.texi;h=7beca110ed3470dcce81900f44620b1488152b13;hb=34bca50861dd6a0d59b8f8b215865e3a52895191;hp=9d92aa0cdbdfac217b95457fecea83bf11670095;hpb=4c665b71b1b907fcd4a7d56e10c310ace08addd9;p=binutils-gdb.git diff --git a/gas/doc/c-m68k.texi b/gas/doc/c-m68k.texi index 9d92aa0cdbd..7beca110ed3 100644 --- a/gas/doc/c-m68k.texi +++ b/gas/doc/c-m68k.texi @@ -113,7 +113,7 @@ at the beginning of a line. @cindex @samp{--base-size-default-16} @cindex @samp{--base-size-default-32} -@item --base-size-default-16 --base-size-default-32 +@item --base-size-default-16 --base-size-default-32 If you use an addressing mode with a base register without specifying the size, @code{@value{AS}} will normally use the full 32 bit value. For example, the addressing mode @samp{%a0@@(%d0)} is equivalent to @@ -346,7 +346,7 @@ The following additional addressing modes are understood: @table @dfn @item Address Register Indirect -@samp{(%a0)} through @samp{(%a7)}@* +@samp{(%a0)} through @samp{(%a7)}@* @samp{%a7} is also known as @samp{%sp}, i.e., the Stack Pointer. @code{%a6} is also known as @samp{%fp}, the Frame Pointer. @@ -615,7 +615,7 @@ branch instructions allow both word and long displacements. @cindex comments, M680x0 Line comments are introduced by the @samp{|} character appearing anywhere on a line, unless the @option{--bitwise-or} command line option -has been specified. +has been specified. An asterisk (@samp{*}) as the first character on a line marks the start of a line comment as well.