2000-08-11 Kazu Hirata <kazu@hxi.com>
[deliverable/binutils-gdb.git] / gas / doc / c-z8k.texi
index bf3bf138f8397e071d35067a1ae59e279e3a77b5..1fb10e3b2ca0466cf8a44f66490016133b1abbfa 100644 (file)
@@ -131,36 +131,36 @@ for compatibility with other Z8000 assemblers.  As shown, these do not
 begin with @samp{.} (unlike the ordinary @value{AS} directives).
 
 @table @code
-@item segm
 @kindex segm
+@item segm
 Generates code for the segmented Z8001.
 
-@item unsegm
 @kindex unsegm
+@item unsegm
 Generates code for the unsegmented Z8002.
 
-@item name
 @kindex name
+@item name
 Synonym for @code{.file}
 
-@item global
 @kindex global
+@item global
 Synonym for @code{.global}
 
-@item wval
 @kindex wval
+@item wval
 Synonym for @code{.word}
 
-@item lval
 @kindex lval
+@item lval
 Synonym for @code{.long}
 
-@item bval
 @kindex bval
+@item bval
 Synonym for @code{.byte}
 
-@item sval
 @kindex sval
+@item sval
 Assemble a string.  @code{sval} expects one string literal, delimited by
 single quotes.  It assembles each byte of the string into consecutive
 addresses.  You can use the escape sequence @samp{%@var{xx}} (where
@@ -187,16 +187,16 @@ literals as themselves.  For example, the C statement @w{@samp{char *a =
 @endgroup
 @end iftex
 
-@item rsect
 @kindex rsect
+@item rsect
 synonym for @code{.section}
 
-@item block
 @kindex block
+@item block
 synonym for @code{.space}
 
-@item even
 @kindex even
+@item even
 special case of @code{.align}; aligns output to even byte boundary.
 @end table
 
This page took 0.024754 seconds and 4 git commands to generate.