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