Handbook
Glossary
%set-slot-imm ( src obj slot tag -- )
CPU architecture description model
Prev:
%set-slot ( src obj slot scale tag -- )
Next:
%slot ( dst obj slot scale tag -- )
Vocabulary
cpu
.
architecture
Inputs
src
an
object
obj
an
object
slot
an
object
tag
an
object
Outputs
None
Definition
USING:
system
;
IN:
cpu.architecture
HOOK:
%set-slot-imm
cpu
( src obj slot tag -- )
Methods
USING:
cpu.architecture
kernel
system
;
M:
arm.64
%set-slot-imm
4drop
;
USING:
cpu.architecture
cpu.x86
cpu.x86.assembler
kernel
system
;
M:
x86
%set-slot-imm
(%slot-imm)
swap
MOV
;