Handbook
Glossary
cpu-f-bitand= ( value cpu -- )
Vocabulary
cpu
.
8080
.
emulator
Inputs
value
an
object
cpu
an
object
Outputs
None
Definition
USING:
accessors
kernel
math
;
IN:
cpu.8080.emulator
:
cpu-f-bitand=
( value cpu -- )
[
f>>
bitand
]
keep
f<<
;