added spaces in the pifixedstore.mdwn file
authorShriya Sharma <shriya@redsemiconductor.com>
Tue, 17 Oct 2023 09:10:44 +0000 (10:10 +0100)
committerShriya Sharma <shriya@redsemiconductor.com>
Tue, 17 Oct 2023 09:10:49 +0000 (10:10 +0100)
openpower/isa/pifixedstore.mdwn

index 6601aa26a1f04f06283f5ad4757e26fc172a0284..dfccc4955c889afeee1904ca7623cdead9c6413b 100644 (file)
@@ -19,6 +19,7 @@ Pseudo-code:
 Description:
 
     Let the effective address (EA) be the sum (RA)+ D.
+
     (RS)[56:63] are stored into the byte in storage addressed
     by RA.
 
@@ -46,6 +47,7 @@ Pseudo-code:
 Description:
 
     Let the effective address (EA) be the sum (RA)+ (RB).
+
     (RS)[56:63] are stored into the byte in storage addressed
     by EA.
 
@@ -73,6 +75,7 @@ Pseudo-code:
 Description:
 
     Let the effective address (EA) be the sum (RA|0)+ D.
+
     (RS)[48:63] are stored into the halfword in storage
     addressed by EA.
 
@@ -96,6 +99,7 @@ Pseudo-code:
 Description:
 
     Let the effective address (EA) be the sum (RA)+ (RB).
+
     (RS)[56:63] are stored into the byte in storage addressed
     by EA.
 
@@ -123,6 +127,7 @@ Pseudo-code:
 Description:
 
     Let the effective address (EA) be the sum (RA)+ D.
+
     (RS)[32:63] are stored into the word in storage addressed
     by EA.
 
@@ -150,6 +155,7 @@ Pseudo-code:
 Description:
 
     Let the effective address (EA) be the sum (RA)+ (RB).
+
     (RS)[32:63] are stored into the word in storage addressed
     by RA.
 
@@ -176,7 +182,8 @@ Pseudo-code:
 
 Description:
 
-    Let the effective address (EA) be the sum
+    Let the effective address (EA) be the sum.
+
     (RA)+ (DS||0b00). (RS) is stored into the doubleword in
     storage addressed by RA.
 
@@ -204,6 +211,7 @@ Pseudo-code:
 Description:
 
     Let the effective address (EA) be the sum (RA)+ (RB).
+
     (RS) is stored into the doubleword in storage
     addressed by RA.