fix syntax errors in mem reg-read
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 4 Apr 2020 18:41:51 +0000 (19:41 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 4 Apr 2020 18:41:51 +0000 (19:41 +0100)
openpower/isa/fixedstore.mdwn

index c0e9d6f873fba8da6dbe78c7dfef6f97e2a05847..11616e55458dd5370eebaeb90730dbd742a7fd6f 100644 (file)
@@ -145,7 +145,7 @@ D-Form
 * stwu RS,D(RA)
 
     EA <- (RA) + EXTS(D)
-    MEM(EA, 4) <- (RS) 32:63
+    MEM(EA, 4) <- (RS)[32:63]
     RA <- EA
 
 Special Registers Altered:
@@ -159,7 +159,7 @@ X-Form
 * stwux RS,RA,RB
 
     EA <- (RA) + (RB)
-    MEM(EA, 4) <- (RS) 32:63
+    MEM(EA, 4) <- (RS)[32:63]
     RA <- EA
 
 Special Registers Altered: