Name

c-reset:forth_usual — ordinary primitive

Synopsis

FORTH

CRESET ( n addr -- )();
p4:"c-reset";

Description

reset bits in byte at given address

 simulate:
   : CRESET  TUCK @ SWAP NOT AND SWAP ! ;