%load-double ( reg val -- )


Vocabulary
cpu.architecture

Inputs
regdestination register symbol
vala float


Outputs
None

Word description
Loads a literal floating point value into a register. On x86, this corresponds to the MOVSD instruction.

See also
##load-double

Definition


Methods