Vocabularycpu.
architectureInputs| value | source register |
| base | base register for memory |
| offset | memory offset |
| rep | representation |
| c-type | a c type or f |
OutputsNone
Word descriptionEmits machine code for
##store-memory-imm instructions.
ExamplesUSING: cpu.architecture prettyprint ;
[ XMM0 RBX 5 double-rep f %store-memory-imm ] B{ } make disassemble
0000000002800ae0: f2480f114305 movsd [rbx+0x5], xmm0
DefinitionMethods