indentation
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 2 Apr 2020 14:43:56 +0000 (15:43 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 2 Apr 2020 14:43:56 +0000 (15:43 +0100)
openpower/isa/fixedstore.mdwn

index 577ac54b0a3b7dae5442fc3a93cf5f24e87d4191..5a578558dcb130407a7d01b2eaab8d4e0b0cbcfc 100644 (file)
@@ -208,9 +208,9 @@ DS-Form
 
 * stdu RS,DS(RA)
 
-EA <- (RA) + EXTS(DS || 0b00)
-MEM(EA, 8) <- (RS)
-RA <- EA
+    EA <- (RA) + EXTS(DS || 0b00)
+    MEM(EA, 8) <- (RS)
+    RA <- EA
 
 Special Registers Altered: