Handbook
Glossary
emit-object ( class quot -- addr )
Vocabulary
bootstrap
.
image
.
private
Inputs
class
an
object
quot
an
object
Outputs
addr
an
object
Definition
USING:
kernel
layouts
;
IN:
bootstrap.image.private
:
emit-object
( class quot -- addr )
[
type-number
]
dip
over
here-as
[
swap
emit-header
call
align-here
]
dip
;
inline