fetch-bits:forth_83 — ordinary primitive
FORTH
@BITS ( addr mask -- value )(
)
see the companion word !BITS
simulate: : @BITS SWAP @ AND ;