5.53. Store into Lower Byte


Addr
Mode  Mnemonic          Format/Opcode
                           8      4      4           16
D     STLB   RA,ADDR    --------------------------------------
DX    STLB   RA,ADDR,RX |  9C  |  RA  |  RX  |  |    ADDR    |
                        --------------------------------------
                           8      4      4           16
I     SLBI   RA,ADDR    --------------------------------------
IX    SLBI   RA,ADDR,RX |  9E  |  RA  |  RX  |  |    ADDR    |
                        --------------------------------------

Description. The LSH (lower byte) of register RA is stored into the LSH (lower byte) of the Derived Address, DA. The MSH (upper byte) of the DA is unchanged.

Register Transfer Description.

[DA]8-15 <-- (RA)8-15;

Registers Affected. None