Handbook
Glossary
port3-newly-set? ( new-value cpu bit -- bool )
Vocabulary
roms
.
space-invaders
Inputs
new-value
an
object
cpu
an
object
bit
an
object
Outputs
bool
an
object
Definition
USING:
accessors
kernel
;
IN:
roms.space-invaders
:
port3-newly-set?
( new-value cpu bit -- bool )
[
port3o>>
swap
]
dip
bit-newly-set?
;