classes.struct.bit-accessors vocabulary
Factor handbook ยป Vocabulary index


Summary

Words

Ordinary words
WordStack effect
bit-manipulator( offset bits step-quot: ( i mask start-bit -- quot ) combine-quot: ( prev-quot shift-amount next-quot -- quot ) -- quot )
bit-reader( offset bits -- quot: ( alien -- n ) )
bit-writer( offset bits -- quot: ( n alien -- ) )
manipulate-bits( offset bits step-quot -- quot shift-amount offset' bits' )
ones-between( start end -- n )
write-bits( n alien i mask start-bit -- )


Files