Handbook
Glossary
flag-z? ( cpu -- bool )
Vocabulary
cpu
.
8080
.
emulator
Inputs
cpu
an
object
Outputs
bool
an
object
Definition
USING:
accessors
kernel
math
;
IN:
cpu.8080.emulator
:
flag-z?
( cpu -- bool )
f>>
zero-flag
bitand
0
=
not
;