(%slot) ( obj slot scale tag -- op )


Vocabulary
cpu.x86

Inputs
obja register symbol
slota register symbol
scalenumber of bits required to address all bytes in a cell.
tagan integer


Outputs
opan indirect


Word description
Creates an indirect operand for addressing a slot in a container.

Examples
USING: cpu.x86 ; [ RAX RBX 3 -14 (%slot) EDI MOV ] B{ } make disassemble
0000000001dd0990: 897cd80e mov [rax+rbx*8+0xe], edi


Definition