Name

fetch-bits:forth_83 — ordinary primitive

Synopsis

FORTH
@BITS ( addr mask -- value )(); 
 ;

Description

see the companion word !BITS

 simulate:
   : @BITS  SWAP @ AND ;