Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
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
n
an
integer
Word description
Outputs the number of bits in one CPU operand-sized cell.
Definition
IN:
layouts
:
cell-bits
( -- n )
8
cells
;
inline