^^integer>float ( src -- vreg )


Vocabulary
compiler.cfg.hats

Definition
USING: compiler.cfg.instructions compiler.cfg.registers kernel
;

IN: compiler.cfg.hats

: ^^integer>float ( src -- vreg )
[ next-vreg dup [ ] dip ] dip ##integer>float, ; inline