Handbook
Glossary
cells ( m -- n )
Factor handbook
»
The implementation
»
VM memory layouts
»
Sizes and limits
Prev:
cell ( -- n )
Next:
cell-bits ( -- n )
Vocabulary
layouts
Inputs
m
an
integer
Outputs
n
an
integer
Word description
Computes the number of bytes used by
m
CPU operand-sized cells.
Definition
USING:
math
;
IN:
layouts
:
cells
( m -- n )
cell
*
;
inline