Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
write-word ( value addr cpu -- )
Vocabulary
cpu.8080.emulator
Definition
USING:
kernel
math
;
IN:
cpu.8080.emulator
:
write-word
( value addr cpu -- )
[
>word<
]
2dip
[
write-byte
]
2keep
[
1
+
]
dip
write-byte
;