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

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