AcornSearch - Acorn and RISC OS information searching
RISC OS Search
containing
"Nutty quip goes here!"
Home  |  About  |  Filebase Archive  |  StrongHelp Manuals  |  Newsgroups  |  Module Database
Syntax
LDF[<cond>]<prec> <fpreg>,<address>

Operation
Loads the data at the address into FP register.
reg1 = [address]

<prec> can also include 'P' for packed decimal.

(see STFLFMSFM)

Examples
LDFS f3,data       ; f3 = [data]
LDFD f3,[r0,#4]!   ; f3 = [r0 + 4] (write back)
LDFP f0,pdata      ; f0 = [pdata] (packed decimal)

[sh-index] Back to list of manuals