diff options
author | Nick Clifton <nickc@redhat.com> | 1997-09-09 23:13:26 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1997-09-09 23:13:26 +0000 |
commit | eb21b6b66b3c76ef37f98ab8108b09c2ae85f730 (patch) | |
tree | e702c88bbb155f8eda3dbcaa9158807db89d2e68 /gas/doc | |
parent | 9153e64334091324175eaf23b791af4475b633ae (diff) | |
download | gdb-eb21b6b66b3c76ef37f98ab8108b09c2ae85f730.zip gdb-eb21b6b66b3c76ef37f98ab8108b09c2ae85f730.tar.gz gdb-eb21b6b66b3c76ef37f98ab8108b09c2ae85f730.tar.bz2 |
Added documentation if hilo() reloc prefix.
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/c-v850.texi | 14 |
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 |