Syntax
STF[<cond>]<prec> <fpreg>,<address>
Operation
Store the data in the FP register, at the address
[address] = reg1
<prec> can also include 'P' for packed decimal.
(see LDF, LFM, SFM)
Examples
STFS f3,data ; f3 = [data]
STFP f0,pdata ; f0 = [pdata] (packed decimal)
|
|
|