bootstrap-cell ( -- n )
Factor handbook » The implementation » VM memory layouts » Bootstrap support

Next:bootstrap-cells ( m -- n )


Vocabulary
layouts

Inputs
None

Outputs
na positive integer


Word description
Outputs the pointer size in bytes for the target image (if bootstrapping) or the current CPU architecture (otherwise).

Definition