Added spaces for sthup instruction
authorShriya Sharma <shriya@redsemiconductor.com>
Tue, 3 Oct 2023 11:05:50 +0000 (12:05 +0100)
committerShriya Sharma <shriya@redsemiconductor.com>
Tue, 3 Oct 2023 11:05:50 +0000 (12:05 +0100)
openpower/isa/pifixedstore.mdwn

index 627fb24a21ccbc479814e3f9e11996e5ae835189..5efd6b39d7eea0941c0ccd330acc610b0ae6740e 100644 (file)
@@ -72,9 +72,9 @@ 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.
+    Let the effective address (EA) be the sum (RA|0)+ D.
+    (RS)[48:63] are stored into the halfword in storage
+    addressed by EA.
 
 Special Registers Altered:
 
@@ -93,6 +93,10 @@ Pseudo-code:
     MEM(ea, 2) <- (RS)[XLEN-16:XLEN-1]
     RA <- EA
 
+Description:
+
+
+
 Special Registers Altered:
 
     None