EA <- b + EXTS(DS || 0b00)
MEM(EA, 16) <- RSp
+Description:
+
+ Let the effective address (EA) be the sum (RA|0)+
+ (DS||0b00). The contents of register pair RSp are
+ stored into the quadword in storage addressed by EA.
+
+ If RSp is odd, the instruction form is invalid.
+
+ The contents of an even-odd pair of GPRs is stored into
+ the quadword in storage addressed by EA as follows.
+ In Big-Endian mode, the even-numbered GPR is stored
+ into the doubleword in storage addressed by EA and
+ the odd-numbered GPR is stored into the doubleword
+ addressed by EA+8. In Little-Endian mode, the
+ even-numbered GPR is stored byte-reversed into the
+ doubleword in storage addressed by EA+8 and the
+ odd-numbered GPR is stored byte-reversed into the
+ doubleword addressed by EA.
+
Special Registers Altered:
None