cell-bits ( -- n )
Factor documentation > Factor handbook > The implementation > VM memory layouts > Sizes and limits
Prev:cells ( m -- n )
Next:most-negative-fixnum ( -- n )


Vocabulary
layouts

Inputs and outputs
nan integer


Word description
Outputs the number of bits in one CPU operand-sized cell.

Definition
IN: layouts

: cell-bits ( -- n ) 8 cells ; inline