Handbook
Glossary
%clear ( loc -- )
CPU architecture description model
Prev:
%check-nursery-branch ( label size cc temp1 temp2 -- )
Next:
%peek ( vreg loc -- )
Vocabulary
cpu
.
architecture
Inputs
loc
an
object
Outputs
None
Definition
USING:
system
;
IN:
cpu.architecture
HOOK:
%clear
cpu
( loc -- )
Methods
USING:
cpu.architecture
kernel
system
;
M:
arm.64
%clear
drop
;
USING:
cpu.architecture
kernel
system
;
M:
x86
%clear
297
swap
%replace-imm
;