- fixed syntax error

git-svn-id: http://moon:8086/svn/vhdl/trunk@1634 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2021-04-04 09:06:53 +00:00
parent 64c6a3004d
commit dd51f49d5b
+4 -4
View File
@@ -4,10 +4,10 @@
; needs xmem-address definition for
; - uart_status (Status register)
; - uart_data (Data register)
UART_TX_EMPTY equ 0x01
UART_TX_FULL equ 0x02
UART_TX_CMPL equ 0x04
UART_RX_PRESENT equ 0x10
UART_TX_EMPTY: equ 0x01
UART_TX_FULL: equ 0x02
UART_TX_CMPL: equ 0x04
UART_RX_PRESENT: equ 0x10
; -------------------------------------------------
; uart_puts