From eb21b6b66b3c76ef37f98ab8108b09c2ae85f730 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 9 Sep 1997 23:13:26 +0000 Subject: Added documentation if hilo() reloc prefix. --- gas/doc/c-v850.texi | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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 -- cgit v1.1