home *** CD-ROM | disk | FTP | other *** search
- UART_THR EQU 0 ;(W) $3f8 Transmit Hord Register
- UART_RBR EQU 0 ;(R) $3f8 Recieve Buffer Register
- UART_DLL EQU 0 ;(RW) $3f8 Divisor Latch Low (DLAB=1)
- UART_DLM EQU 0+$4000 ;(RW) $3f9 Divisor Latch High (DLAB=1)
- UART_IER EQU 0+$4000 ;(RW) $3f9 Interrupt Enable Register
- UART_IIR EQU 2 ;(R) $3fA Interrupt Identification Register
- UART_FCR EQU 2 ;(W) $3fA FIFO Control Register
- UART_LCR EQU 2+$4000 ;(RW) $3FB Line Control Register
- UART_MCR EQU 4 ;(RW) $3FC Modem Control Register
- UART_LSR EQU 4+$4000 ;(R) $3FD Line Status Register
- UART_MSR EQU 6 ;(R) $3FE Modem Status Register
- UART_SCR EQU 6+$4000 ;(RW) $3FF Scratch Register
-