Handbook
Glossary
port5-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
:
port5-newly-set?
( new-value cpu bit -- bool )
[
port5o>>
swap
]
dip
bit-newly-set?
;