Comparing files SCRTASM.68K and c:\proxy2\devdrvrs\script\SCRTASM.68k
****** SCRTASM.68K
PAR_1
        movea.l #PSMRSCC2,a0
        bra SET_PAR
****** c:\proxy2\devdrvrs\script\SCRTASM.68k
PAR_1
        movea.l #PSMR2,a0
        bra SET_PAR
******

****** SCRTASM.68K
STOP_1
        movea.l #PSMRSCC2,a0
        bra SET_STOP
****** c:\proxy2\devdrvrs\script\SCRTASM.68k
STOP_1
        movea.l #PSMR2,a0
        bra SET_STOP
******

****** SCRTASM.68K
DATA_1
        movea.l #PSMRSCC2,a0
        bra GET_DATA
****** c:\proxy2\devdrvrs\script\SCRTASM.68k
DATA_1
        movea.l #PSMR2,a0
        bra GET_DATA
******

****** SCRTASM.68K
GET_PAR_1
        movea.l #PSMRSCC2,a0
        bra GET_PAR
****** c:\proxy2\devdrvrs\script\SCRTASM.68k
GET_PAR_1
        movea.l #PSMR2,a0
        bra GET_PAR
******

****** SCRTASM.68K
GET_STOP_1
        movea.l #PSMRSCC2,a0
        bra GET_STOP
****** c:\proxy2\devdrvrs\script\SCRTASM.68k
GET_STOP_1
        movea.l #PSMR2,a0
        bra GET_STOP
******

****** SCRTASM.68K
GET_MRBLR_1
        movea.l #MRBLRSCC2,a0
        bra GET_MRBLR
****** c:\proxy2\devdrvrs\script\SCRTASM.68k
GET_MRBLR_1
        movea.l #MRBLR2,a0
        bra GET_MRBLR
******

****** SCRTASM.68K
        move.w #$0441,CR                                 ; STOP TRANSMIT Command
        andi.l #$FFFFFFEF,GSMR_LSCC2   ; Reset the ENT bit
        move.l #WAN1TXBD,a0
****** c:\proxy2\devdrvrs\script\SCRTASM.68k
        move.w #$0441,CR                                 ; STOP TRANSMIT Command
        andi.l #$FFFFFFEF,GSMR_L2   ; Reset the ENT bit
        move.l #WAN1TXBD,a0
******

****** SCRTASM.68K
        bsr RewriteTXBDs
        move.w TBASESCC2,TBPRTSCC2                       ; Current Tx BD Ptr is set back to TBASE
        clr.l TBPRTSCC2+$4             ; Tx Temp is made 0
        move.w #$0641,CR                                 ; RESTART TRANSMIT Command
        ori.l #$00000010,GSMR_LSCC2    ; Set the ENT bit
        move.l (a7)+,a0
****** c:\proxy2\devdrvrs\script\SCRTASM.68k
        bsr RewriteTXBDs
        move.w TBASE2,TBPRT2                     ; Current Tx BD Ptr is set back to TBASE
        clr.l TBPRT2+$4             ; Tx Temp is made 0
        move.w #$0641,CR                                 ; RESTART TRANSMIT Command
        ori.l #$00000010,GSMR_L2    ; Set the ENT bit
        move.l (a7)+,a0
******

****** SCRTASM.68K
        move.l a0,-(a7)
        andi.l #$FFFFFFDF,GSMR_LSCC2   ; Reset the ENR bit
        move.w RBASESCC2,RBPRTSCC2                       ; Current Rx BD Ptr is set back to RBASE
        move.w MRBLRSCC2,RBPRTSCC2+$2            ; Rx Internal byte count register
        clr.w PAREC2                                     ; Parity Error counter
****** c:\proxy2\devdrvrs\script\SCRTASM.68k
        move.l a0,-(a7)
        andi.l #$FFFFFFDF,GSMR_L2   ; Reset the ENR bit
        move.w RBASE2,RBPRT2                     ; Current Rx BD Ptr is set back to RBASE
        move.w MRBLR2,RBPRT2+$2          ; Rx Internal byte count register
        clr.w PAREC2                                     ; Parity Error counter
******

****** SCRTASM.68K
        move.w #$0341,CR                                 ; ENTER HUNT Mode
        ori.l #$00000020,GSMR_LSCC2    ; Set the ENR bit
        move.l (a7)+,a0
****** c:\proxy2\devdrvrs\script\SCRTASM.68k
        move.w #$0341,CR                                 ; ENTER HUNT Mode
        ori.l #$00000020,GSMR_L2    ; Set the ENR bit
        move.l (a7)+,a0
******


