Handbook
Glossary
bootstrap-cell ( -- n )
Factor handbook
»
The implementation
»
VM memory layouts
»
Bootstrap support
Next:
bootstrap-cells ( m -- n )
Vocabulary
layouts
Inputs
None
Outputs
n
a positive integer
Word description
Outputs the pointer size in bytes for the target image (if bootstrapping) or the current CPU architecture (otherwise).
Definition
USING:
kernel
namespaces
;
IN:
layouts
:
bootstrap-cell
( -- n )
\
cell
get
cell
or
;
inline