Added English Language description for stw instruction
authorShriya Sharma <shriya@redsemiconductor.com>
Tue, 3 Oct 2023 09:58:07 +0000 (10:58 +0100)
committerShriya Sharma <shriya@redsemiconductor.com>
Tue, 3 Oct 2023 09:58:07 +0000 (10:58 +0100)
openpower/isa/fixedstore.mdwn

index 2dcf6626f94e6230611fe18292aed05349d01898..f8db909c5b3f91e7ec1946283527b888e22207e2 100644 (file)
@@ -218,6 +218,12 @@ Pseudo-code:
     EA <- b + EXTS(D)
     MEM(EA, 4) <- (RS)[XLEN-32:XLEN-1]
 
+Description:
+
+Let the effective address (EA) be the sum (RA|0)+ D.
+RS[32:63] are stored into the word in storage addressed
+by EA.
+
 Special Registers Altered:
 
     None