;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; MP-WAN Developers Toolkit 1994 ;; MPWANISR.ASM ;; This source file contains the main Interrupt Service Routine ;; and co-service routines for the Zilog Z16C32 Integrated Universal ;; Serial Controller (IUSC) as they relate to the MP-WAN ;; adapter. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; IUSC_Serial_isr_Table dw offset IUSC_Misc_Int dw offset IUSC_IO_Pin_Int dw offset IUSC_Tx_Data_Int dw offset IUSC_Tx_Status_Int dw offset IUSC_Rx_Data_Int dw offset IUSC_Rx_Status_Int IUSC_DMA_isr_Table dw offset IUSC_Null_Int dw offset IUSC_Null_Int dw offset IUSC_Tx_DMA dw offset IUSC_Rx_DMA ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; IUSC_isr : far interrupt service routine ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; IUSC_isr PROC FAR iret IUSC_isr ENDP ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; End of File ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;