                .DO     External
                .LSTON
                .Page
;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
;>
;>      Module: Int.Assem  { Interrupt Handler }
;>
;>      This module contains all the routines associated with
;>      the various interrupts that the Widget controller deals with.
;>
;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
                .LSTOFF
                .FIN
                .DO     External
                .LSTON
                .Page
;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
;>
;>      Procedure: Vector0:4 { Illegal Interrupts }
;>
;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
                .LSTOFF
                .FIN
                .DO     Internal
                .LSTON
                .Page
                .FIN
                
Vector0:
Vector1:
Vector2:
Vector3:
Vector4:
                Srp     #Wrk_Sys
                Pop     !r9     ;pop flags
                Pop     !rA     ;pop return address
                Pop     !rB
                Call    Abort
                
                .LSTOFF
                
