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

index 44d4d14741505c2e24896917bc3137c7d52cb5b9..ecdcd925be69ffc626e9b0d3c10d4f11bc76b9cb 100644 (file)
@@ -70,6 +70,16 @@ Pseudo-code:
     MEM(EA, 1) <- (RS)[XLEN-8:XLEN-1]
     RA <- EA
 
+Description:
+
+Let the effective address (EA) be the sum (RA)+ D.
+RS[56:63] are stored into the byte in storage addressed
+by EA.
+
+EA is placed into register RA.
+
+If RA=0, the instruction form is invalid.
+
 Special Registers Altered:
 
     None