summaryrefslogtreecommitdiff
path: root/gas/doc/c-tic54x.texi
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2013-03-14 10:00:44 +0000
committerNick Clifton <nickc@redhat.com>2013-03-14 10:00:44 +0000
commitf0fa19ae808dda08bf1d4aef313201380cfbb7ab (patch)
treed0b6ebb02fb21e56d6272b0f7177ccdb611a7fa0 /gas/doc/c-tic54x.texi
parent4222116fc80b2466e42647ab66435cba90782c75 (diff)
downloadbinutils-redhat-f0fa19ae808dda08bf1d4aef313201380cfbb7ab.tar.gz
PR gas/15212
* doc/c-arc.texi (ARC Directives): Use @code instead of @bullte for table format. * doc/c-arm.texi (ARM-Instruction-Set): Likewise. Also add text to the @item directives. (ARM-Neon-Alignment): Move to correct place in the document. * doc/c-cr16.texi (CR16 Operand Qualifiers): Fix up table formatting. * doc/c-tic54x.texi (TIC54X-Subsyms): Correct use of @smallexample.
Diffstat (limited to 'gas/doc/c-tic54x.texi')
-rw-r--r--gas/doc/c-tic54x.texi10
1 files changed, 5 insertions, 5 deletions
diff --git a/gas/doc/c-tic54x.texi b/gas/doc/c-tic54x.texi
index 998c4a7059..8a373169af 100644
--- a/gas/doc/c-tic54x.texi
+++ b/gas/doc/c-tic54x.texi
@@ -1,4 +1,4 @@
-@c Copyright 2000, 2002, 2003, 2006, 2011 Free Software Foundation, Inc.
+@c Copyright 2000-2013 Free Software Foundation, Inc.
@c This is part of the GAS manual.
@c For copying conditions, see the file as.texinfo.
@c TI TMS320C54X description by Timothy Wall, twall@cygnus.com
@@ -109,7 +109,7 @@ In this example, x is replaced with SYM2; SYM2 is replaced with SYM1, and SYM1
is replaced with x. At this point, x has already been encountered
and the substitution stops.
-@smallexample @code
+@smallexample
.asg "x",SYM1
.asg "SYM1",SYM2
.asg "SYM2",x
@@ -126,14 +126,14 @@ Substitution may be forced in situations where replacement might be
ambiguous by placing colons on either side of the subsym. The following
code:
-@smallexample @code
+@smallexample
.eval "10",x
LAB:X: add #x, a
@end smallexample
When assembled becomes:
-@smallexample @code
+@smallexample
LAB10 add #10, a
@end smallexample
@@ -309,7 +309,7 @@ The @code{LDX} pseudo-op is provided for loading the extended addressing bits
of a label or address. For example, if an address @code{_label} resides
in extended program memory, the value of @code{_label} may be loaded as
follows:
-@smallexample @code
+@smallexample
ldx #_label,16,a ; loads extended bits of _label
or #_label,a ; loads lower 16 bits of _label
bacc a ; full address is in accumulator A