Handbook
Glossary
(%boolean) ( dst temp insn -- )
Vocabulary
cpu
.
x86
Inputs
dst
an
object
temp
an
object
insn
an
object
Outputs
None
Definition
USING:
compiler.codegen.relocation
compiler.constants
cpu.x86.assembler
kernel
layouts
;
IN:
cpu.x86
::
(%boolean)
( dst temp insn -- )
dst
\
f
type-number
MOV
temp 0
MOV
\
t
rc-absolute-cell
rel-literal
dst temp insn
execute
;
inline