Handbook
Glossary
loc>operand ( loc -- operand )
Vocabulary
cpu
.
x86
Inputs
loc
a
loc
Outputs
operand
an
indirect
Word description
Converts a stack location to an operand passable to the
MOV
instruction.
Definition
IN:
cpu.x86
GENERIC:
loc>operand
( loc -- operand )
Methods
USING:
accessors
compiler.cfg.registers
cpu.x86
;
M:
ds-loc
loc>operand
n>>
ds-reg
reg-stack
;
USING:
accessors
compiler.cfg.registers
cpu.x86
;
M:
rs-loc
loc>operand
n>>
rs-reg
reg-stack
;