aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>1997-09-09 23:13:26 +0000
committerNick Clifton <nickc@redhat.com>1997-09-09 23:13:26 +0000
commiteb21b6b66b3c76ef37f98ab8108b09c2ae85f730 (patch)
treee702c88bbb155f8eda3dbcaa9158807db89d2e68
parent9153e64334091324175eaf23b791af4475b633ae (diff)
downloadfsf-binutils-gdb-eb21b6b66b3c76ef37f98ab8108b09c2ae85f730.zip
fsf-binutils-gdb-eb21b6b66b3c76ef37f98ab8108b09c2ae85f730.tar.gz
fsf-binutils-gdb-eb21b6b66b3c76ef37f98ab8108b09c2ae85f730.tar.bz2
Added documentation if hilo() reloc prefix.
-rw-r--r--gas/doc/c-v850.texi14
1 files changed, 13 insertions, 1 deletions
diff --git a/gas/doc/c-v850.texi b/gas/doc/c-v850.texi
index 71a2a35..7c20435 100644
--- a/gas/doc/c-v850.texi
+++ b/gas/doc/c-v850.texi
@@ -261,7 +261,6 @@ computes the difference between the address of labels 'here' and
bits and then mutliplies it by the lower 16 bits in register 5, putting
the result into register 6.
-
@cindex @code{lo} pseudo-op, V850
@item lo()
Computes the lower 16 bits of the given expression and stores it into
@@ -273,6 +272,19 @@ computes the difference between the address of labels 'here' and
'there', takes the lower 16 bits of this difference and adds it to
register 5, putting the result into register 6.
+@c start-santize-v850e
+@cindex @code{hilo} pseudo-op, V850
+@item hilo()
+Computes the 32 bit value of the given expression and stores it into
+the immediate operand field of the given instruction (which must be a
+mov instruction). For example:
+
+ @samp{mov hilo(here), r6}
+
+computes the absolute address of label 'here' and puts the result into
+register 6.
+@c end-santize-v850e
+
@cindex @code{sdaoff} pseudo-op, V850
@item sdaoff()
Computes the offset of the named variable from the start of the Small