summaryrefslogtreecommitdiff
path: root/gas/doc/c-h8300.texi
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2003-04-24 12:36:08 +0000
committerNick Clifton <nickc@redhat.com>2003-04-24 12:36:08 +0000
commitdf7fb953931b765a3e65929a0ed308143a4b8850 (patch)
tree1c383e92ca73648963e6ec92dae8a5bbb38ad652 /gas/doc/c-h8300.texi
parent31461b76e229a942fe32c5a19088759c2d080469 (diff)
downloadbinutils-redhat-df7fb953931b765a3e65929a0ed308143a4b8850.tar.gz
Add support for h8300hn and h8300sn
Diffstat (limited to 'gas/doc/c-h8300.texi')
-rw-r--r--gas/doc/c-h8300.texi19
1 files changed, 17 insertions, 2 deletions
diff --git a/gas/doc/c-h8300.texi b/gas/doc/c-h8300.texi
index cf3c213f6e..4ea8383af0 100644
--- a/gas/doc/c-h8300.texi
+++ b/gas/doc/c-h8300.texi
@@ -134,8 +134,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
@@ -143,6 +143,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