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

index 4809a635f2adddea4a292b31a3b2cc00cd0efcf1..1a331155a85d3c60b39791a994fb0acc3cc7f208 100644 (file)
@@ -318,6 +318,12 @@ Pseudo-code:
     EA <- b + EXTS(DS || 0b00)
     MEM(EA, 8) <- (RS)
 
+Description:
+
+Let the effective address (EA) be the sum
+(RA|0)+ (DS||0b00). (RS) is stored into the doubleword
+in storage addressed by EA.
+
 Special Registers Altered:
 
     None