Vocabularycpu.
architectureInputssrc | register containing the element |
obj | register containing the object |
slot | register containing the slot index |
scale | a fixnum |
tag | type tag for the builtin |
OutputsNone
Word descriptionEmits machine code for
##set-slot instructions.
ExamplesUSING: cpu.architecture prettyprint ;
[ RAX RBX RCX 3 2 %set-slot ] B{ } make disassemble
0000000000f1fda0: 488944cbfe mov [rbx+rcx*8-0x2], rax
DefinitionMethods