Handbook
Glossary
%replace ( vreg loc -- )
CPU architecture description model
Prev:
%peek ( vreg loc -- )
Next:
%replace-imm ( src loc -- )
Vocabulary
cpu
.
architecture
Inputs
vreg
an
object
loc
an
object
Outputs
None
Definition
USING:
system
;
IN:
cpu.architecture
HOOK:
%replace
cpu
( vreg loc -- )
Methods
USING:
cpu.architecture
kernel
system
;
M:
arm.64
%replace
2drop
;
USING:
cpu.architecture
cpu.x86
cpu.x86.assembler
kernel
system
;
M:
x86
%replace
loc>operand
swap
MOV
;