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 STF, LFM, SFM)
Examples
LDFS f3,data ; f3 = [data]
LDFD f3,[r0,#4]! ; f3 = [r0 + 4] (write back)
LDFP f0,pdata ; f0 = [pdata] (packed decimal)
|
|
|