Handbook
Glossary
gui-step ( cpu -- )
Vocabulary
roms
.
space-invaders
Inputs
cpu
an
object
Outputs
None
Definition
USING:
accessors
combinators
cpu.8080.emulator
kernel
math
sequences
;
IN:
roms.space-invaders
:
gui-step
( cpu -- )
[
read-instruction
]
keep
over
get-cycles
over
inc-cycles
[
swap
instructions
nth
( cpu -- )
call-effect
]
keep
[
pc>>
65535
bitand
]
keep
pc<<
;