%set-slot ( src obj slot scale tag -- )
CPU architecture description model

Prev:widen-vector-rep ( rep -- rep' )
Next:%set-slot-imm ( src obj slot tag -- )


Vocabulary
cpu.architecture

Inputs
srcregister containing the element
objregister containing the object
slotregister containing the slot index
scalea fixnum
tagtype tag for the builtin


Outputs
None

Word description
Emits machine code for ##set-slot instructions.

Examples
USING: cpu.architecture prettyprint ; [ RAX RBX RCX 3 2 %set-slot ] B{ } make disassemble
0000000000f1fda0: 488944cbfe mov [rbx+rcx*8-0x2], rax


Definition


HOOK: %set-slot cpu ( src obj slot scale tag -- )


Methods