Handbook
Glossary
dec-word ( w cpu -- w )
Vocabulary
cpu
.
8080
.
emulator
Inputs
w
an
object
cpu
an
object
Outputs
w
an
object
Definition
USING:
kernel
math
;
IN:
cpu.8080.emulator
:
dec-word
( w cpu -- w )
drop
1
-
65535
bitand
;