(no commit message)
authorlkcl <lkcl@web>
Tue, 18 Apr 2023 10:00:08 +0000 (11:00 +0100)
committerIkiWiki <ikiwiki.info>
Tue, 18 Apr 2023 10:00:08 +0000 (11:00 +0100)
openpower/sv/rfc/ls004.mdwn

index a95a2919660f9df63955f45cc5b4fa4d407e4745..6cfe450c7c29fdc18e5ff99f17f971f482254cdd 100644 (file)
@@ -240,9 +240,10 @@ address. RB is the offset into data structure limited to 32-bit.*
 Examples:
 
 ```
-#
-shaddw r4, r1, r2
+# r4 = r1 + (r2*16)
+shaddw r4, r1, r2, 3
 ```
+
 ----------------
 
 \newpage{}