whiespace consistency changes. No functional change.
authorNeal Andrew Crook <neal@pippaluk.org.uk>
Sun, 7 Aug 2016 21:05:14 +0000 (22:05 +0100)
committerNeal Andrew Crook <neal@pippaluk.org.uk>
Sun, 7 Aug 2016 21:05:14 +0000 (22:05 +0100)
Kernel/platform-multicomp09/dwwrite.s

index 1b1d1d7..bdbcb1b 100644 (file)
 
 DWWrite   pshs      cc,a                               ; preserve registers
           IFEQ      NOINTMASK
-          orcc      #IntMasks           ; mask interrupts
+          orcc      #IntMasks                          ; mask interrupts
           ENDC
 
 WrBiz     lda          UARTSTA2
           bita         #2
           beq          WrBiz                           ; busy
 
-          lda          ,x+                                     ; get byte to transmit
+          lda          ,x+                             ; get byte to transmit
           sta          UARTDAT2                        ; send byte
 
-          leay         ,-y                 ; decrement byte counter
+          leay         ,-y                             ; decrement byte counter
           bne          WrBiz                           ; loop if more to send
 
           puls         cc,a,pc                         ; restore registers and return