Handbook
Glossary
read-byte ( addr cpu -- byte )
Vocabulary
cpu
.
8080
.
emulator
Inputs
addr
an
object
cpu
an
object
Outputs
byte
an
object
Definition
USING:
accessors
kernel
math
sequences
;
IN:
cpu.8080.emulator
:
read-byte
( addr cpu -- byte )
over
65535
<=
[
ram>>
nth
]
[
2drop
255
]
if
;