ChangeLog rotatation and copyright year update
[deliverable/binutils-gdb.git] / gas / doc / c-h8300.texi
index 0c1e808c3afad55a4bd0a66c848048c1409455df..3a1859b9ebb194c3d2780ae3a4d396eb3e9a4e92 100644 (file)
@@ -1,4 +1,4 @@
-@c Copyright (C) 1991, 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
+@c Copyright (C) 1991-2015 Free Software Foundation, Inc.
 @c This is part of the GAS manual.
 @c For copying conditions, see the file as.texinfo.
 @ifset GENERIC
 @node H8/300 Options
 @section Options
 
-@cindex H8/300 options (none)
-@cindex options, H8/300 (none)
-@code{@value{AS}} has no additional command-line options for the Hitachi
-H8/300 family.
+@cindex H8/300 options
+@cindex options, H8/300
+The Renesas H8/300 version of @code{@value{AS}} has one
+machine-dependent option:
+
+@c man begin OPTIONS
+@table @gcctabopt
+@item -h-tick-hex
+Support H'00 style hex constants in addition to 0x00 style.
+
+@end table
+@c man end
 
 @node H8/300 Syntax
 @section Syntax
@@ -82,6 +90,7 @@ Register direct
 @item @@r@var{n}
 Register indirect
 
+@need 1200
 @item @@(@var{d}, r@var{n})
 @itemx @@(@var{d}:16, r@var{n})
 @itemx @@(@var{d}:24, r@var{n})
@@ -133,8 +142,8 @@ with other development tools.
 @cindex machine directives, H8/300 (none)
 @cindex @code{word} directive, H8/300
 @cindex @code{int} directive, H8/300
-@code{@value{AS}} has only one machine-dependent directive for the
-H8/300:
+@code{@value{AS}} has the following machine-dependent directives for
+the H8/300:
 
 @table @code
 @cindex H8/300H, assembling for
@@ -142,6 +151,21 @@ H8/300:
 Recognize and emit additional instructions for the H8/300H variant, and
 also make @code{.int} emit 32-bit numbers rather than the usual (16-bit)
 for the H8/300 family.
+
+@item .h8300s
+Recognize and emit additional instructions for the H8S variant, and
+also make @code{.int} emit 32-bit numbers rather than the usual (16-bit)
+for the H8/300 family.
+
+@item .h8300hn
+Recognize and emit additional instructions for the H8/300H variant in
+normal mode, and also make @code{.int} emit 32-bit numbers rather than
+the usual (16-bit) for the H8/300 family.
+
+@item .h8300sn
+Recognize and emit additional instructions for the H8S variant in
+normal mode, and also make @code{.int} emit 32-bit numbers rather than
+the usual (16-bit) for the H8/300 family.
 @end table
 
 On the H8/300 family (including the H8/300H) @samp{.word} directives
@@ -155,9 +179,8 @@ generate 16-bit numbers.
 @cindex mnemonics, H8/300
 @cindex instruction summary, H8/300
 For detailed information on the H8/300 machine instruction set, see
-@cite{H8/300 Series Programming Manual} (Hitachi ADE--602--025).  For
-information specific to the H8/300H, see @cite{H8/300H Series
-Programming Manual} (Hitachi).
+@cite{H8/300 Series Programming Manual}.  For information specific to
+the H8/300H, see @cite{H8/300H Series Programming Manual} (Renesas).
 
 @code{@value{AS}} implements all the standard H8/300 opcodes.  No additional
 pseudo-instructions are needed on this family.
This page took 0.027284 seconds and 4 git commands to generate.