page 132,60 ;**************************************************************************** ; SSI0_VEC.ASM Rev.1.0 ; Example program to define the SSI0 Interrupt vectors ; ; Copyright (c) MOTOROLA 1995, 1996 ; Semiconductor Products Sector ; Digital Signal Processing Division ; ; History: ; 14 June 1996: RLR/LJD - ver 1.0 ;****************************************************************************** ; include 'intequ.asm' ;----- define the SSI0 interrupt vectors org p:I_SI0RD jsr ssi_rx_isr ;ESSI0 RX org p:I_SI0RDE jsr ssi_rxe_isr ;ESSI0 RX w/Exception org p:I_SI0RLS jsr ssi_rxls_isr ;ESSI0 RX last slot org p:I_SI0TD jsr ssi_tx_isr ;ESSI0 TX org p:I_SI0TDE jsr ssi_txe_isr ;ESSI0 TX w/Exception org p:I_SI0TLS jsr ssi_txls_isr ;ESSI0 TX last slot