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

index 07b1b53466e85631aea9344c883d77fd7fd27d35..2d61ae2df00b418fd61a4aaecde66998f27e71e0 100644 (file)
@@ -463,6 +463,14 @@ Pseudo-code:
     EA <- b + (RB)
     MEM(EA, 2) <- (RS) [56:63] || (RS)[48:55]
 
+Description:
+
+    Let the effective address (EA) be the sum
+    (RA|0)+ (RB). (RS)56:63 are stored into bits 0:7 of the
+    halfword in storage addressed by EA. (RS) 48:55 are
+    stored into bits 8:15 of the halfword in storage
+    addressed by EA.
+
 Special Registers Altered:
 
     None