]> git.the-white-hart.net Git - vhdl/commitdiff
Fix whitespace
authorRyan <>
Fri, 26 Sep 2025 21:16:06 +0000 (16:16 -0500)
committerRyan <>
Fri, 26 Sep 2025 21:16:06 +0000 (16:16 -0500)
projects/cpu_0/asm/int_test2.asm

index 693334ff51e8b074faedee3233b25ba498eb0320..e545224f92ed3c6aa98d84402bb990e16e7311d1 100644 (file)
@@ -57,17 +57,17 @@ isr_jumptable:
 ( reset )
 isr_reset:
     ( 9600 baud, enable Tx/Rx, write "A" )
-       ( #8 0x14i8 #32 uart_baudh !8 drop )  ( baud counter for old uart )
-       ( #8 0x58i8 #32 uart_baudl !8 drop )
-       #8 0x01i8 #32 uart_baudh !8 drop  ( baud counter for new uart is *16 )
-       #8 0x46i8 #32 uart_baudl !8 drop
-
-       #8 0x01i8 #32 uart_imask !8 drop
-       #8 0x13i8 #32 uart_ctrl  !8 drop
-       #8 0x41i8 #32 uart_data  !8 drop
-       #8 0x41i8 #32 uart_data  !8 drop
-       #8 0x41i8 #32 uart_data  !8 drop
-       #8 0x41i8 #32 uart_data  !8 drop
+    ( #8 0x14i8 #32 uart_baudh !8 drop )  ( baud counter for old uart )
+    ( #8 0x58i8 #32 uart_baudl !8 drop )
+    #8 0x01i8 #32 uart_baudh !8 drop  ( baud counter for new uart is *16 )
+    #8 0x46i8 #32 uart_baudl !8 drop
+
+    #8 0x01i8 #32 uart_imask !8 drop
+    #8 0x13i8 #32 uart_ctrl  !8 drop
+    #8 0x41i8 #32 uart_data  !8 drop
+    #8 0x41i8 #32 uart_data  !8 drop
+    #8 0x41i8 #32 uart_data  !8 drop
+    #8 0x41i8 #32 uart_data  !8 drop
 
     ( Enable timer 0 with 1s period, auto-restart )
     #8 0x02i8 #32 timer0_count_h !8 drop