port3-newly-set? ( new-value cpu bit -- bool )


Vocabulary
space-invaders

Definition
USING: accessors kernel ;

IN: space-invaders

: port3-newly-set? ( new-value cpu bit -- bool )
[ port3o>> swap ] dip bit-newly-set? ;