whitespace in pseudocode to aid clarity
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 30 Nov 2023 03:03:14 +0000 (03:03 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 30 Nov 2023 03:03:53 +0000 (03:03 +0000)
openpower/isa/av.mdwn

index 94c3e1c898820c962f27877edd6996f35f3a07a3..797ba30ecf7645bcd34eda3be0258042c141bcd9 100644 (file)
@@ -39,7 +39,7 @@ Pseudo-code:
     # store the entire selected source (even in word mode)
     # if Rc = 1 then store the result of comparing a and b to CR0
     if a <u b then RT <- (RA|0)
-    else RT <- (RB)
+    else           RT <- (RB)
 
 Special Registers Altered:
 
@@ -82,7 +82,7 @@ Pseudo-code:
     # store the entire selected source (even in word mode)
     # if Rc = 1 then store the result of comparing a and b to CR0
     if a <u b then RT <- (RA|0)
-    else RT <- (RB)
+    else           RT <- (RB)
 
 Special Registers Altered: