missing whitespace
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 2 Apr 2020 14:40:31 +0000 (15:40 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 2 Apr 2020 14:40:31 +0000 (15:40 +0100)
openpower/isa/branch.mdwn

index 127c37c9a6ac58e399a44d20ad719dae2bae673e..198838f979a17fc273ec1b894977b634369df003 100644 (file)
@@ -12,6 +12,7 @@ I-Form
     if LK then LR <-iea  CIA + 4
 
 Special Registers Altered:
+
     LR                       (if LK=1)
 
 # Branch Conditional
@@ -35,6 +36,7 @@ B-Form
     if LK then LR  <-iea  CIA + 4
 
 Special Registers Altered:
+
     CTR                    (if BO2=0)
     LR                       (if LK=1)
 
@@ -66,6 +68,7 @@ XL-Form
     if LK then LR <- iea CIA + 4
 
 Special Registers Altered:
+
     LR                     (if LK=1)
 
 # Branch Conditional to Branch Target Address Register
@@ -85,5 +88,6 @@ XL-Form
     if LK then LR <-iea  CIA + 4
 
 Special Registers Altered:
+
     CTR                    (if BO2=0)
     LR                       (if LK=1)