added spaces for the pifixedload.mdwm file
authorShriya Sharma <shriya@redsemiconductor.com>
Tue, 17 Oct 2023 12:55:51 +0000 (13:55 +0100)
committerShriya Sharma <shriya@redsemiconductor.com>
Tue, 17 Oct 2023 12:55:51 +0000 (13:55 +0100)
openpower/isa/pifixedload.mdwn

index ab2477bc15a672efa8c590d0ba0194525d284123..fec60a279fe674b4c08f4ab172ad3e173c549efa 100644 (file)
@@ -22,8 +22,8 @@ Pseudo-code:
 
 Description:
 
-    Let the effective address (EA) be register RA. The
-    byte in storage addressed by EA is loaded into RT[56:63].
+    Let the effective address (EA) be register RA. 
+    The byte in storage addressed by EA is loaded into RT[56:63].
     RT[0:55] are set to 0.
 
     The sum (RA) + D is placed into register RA.
@@ -49,8 +49,8 @@ Pseudo-code:
 Description:
 
     Let the effective address (EA) be register RA.
-    The byte in storage addressed by EA is loaded into
-    RT[56:63]. RT[0:55] are set to 0.
+    The byte in storage addressed by EA is loaded into RT[56:63]. 
+    RT[0:55] are set to 0.
 
     The sum (RA) + (RB) is placed into register RA.
 
@@ -74,9 +74,9 @@ Pseudo-code:
 
 Description:
 
-    Let the effective address (EA) be register RA. The
-    halfword in storage addressed by EA is loaded into
-    RT[48:63]. RT[0:47] are set to 0.
+    Let the effective address (EA) be register RA. 
+    The halfword in storage addressed by EA is loaded into RT[48:63]. 
+    RT[0:47] are set to 0.
 
     The sum (RA) + D is placed into register RA.
 
@@ -101,8 +101,8 @@ Pseudo-code:
 Description:
 
     Let the effective address (EA) be register RA.
-    The halfword in storage addressed by EA is loaded into
-    RT[48:63]. RT[0:47] are set to 0.
+    The halfword in storage addressed by EA is loaded into RT[48:63]. 
+    RT[0:47] are set to 0.
 
     The sum (RA) + (RB) is placed into register RA.