@BITS @> ABORT
@BITS ( addr mask -- value )  
<FORTH-83>
see the companion word !BITS
 simulate:
   : @BITS  SWAP @ AND ;

reference: p4_fetch_bits in ../src/forth-83.c:0339, export CO @BITS