Handbook
Glossary
^^load-float ( val -- vreg )
Vocabulary
compiler
.
cfg
.
hats
Inputs
val
an
object
Outputs
vreg
an
object
Definition
USING:
compiler.cfg.instructions
compiler.cfg.registers
kernel
;
IN:
compiler.cfg.hats
:
^^load-float
( val -- vreg )
[
next-vreg
dup
[
]
dip
]
dip
##load-float,
;
inline