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