chiark / gitweb /
strange comment re TXSTA removed
authorian <ian>
Sun, 15 May 2005 23:07:36 +0000 (23:07 +0000)
committerian <ian>
Sun, 15 May 2005 23:07:36 +0000 (23:07 +0000)
iwjpictest/harness.asm

index a9824a095101024767287d4be636cf9fdddc4134..1fdd816151a137d57519ff448333e01770b58054 100644 (file)
@@ -412,7 +412,6 @@ led_green
 ;----------------------------------------
 serial_setup
 ; W            undefined       undefined
-; TXSTA                undefined       }
        mov_lw          (1<<TXEN) | (1<<BRGH) | (1<<TRMT)
        mov_wf          TXSTA   ; asynch xmit enabled, high baud rate, 8-bit,
        mov_lw          129