Handbook
Glossary
next-word ( cpu -- word )
Vocabulary
cpu
.
8080
.
emulator
Inputs
cpu
an
object
Outputs
word
an
object
Definition
USING:
accessors
kernel
math
;
IN:
cpu.8080.emulator
:
next-word
( cpu -- word )
[
pc>>
]
keep
[
read-word
]
keep
[
pc>>
2
+
]
keep
pc<<
;