******************************************************************************* * interrupt.device.I Written by Readysoft. * Copyright 1992,1993,1994 RS. All rights reserved. 1992.06.08.-1994.05.18. * v1.2. ******************************************************************************* ******************************************************************************* * Macros ******************************************************************************* ;------------------------------------------------------------------------------ ; InterruptName Macro ;------------------------------------------------------------------------------ INT.NAM MACRO DC.B 'interrupt.device',0 EVEN ENDM ******************************************************************************* * Constant Definitions ******************************************************************************* ;------------------------------------------------------------------------------ ; Error Codes ;------------------------------------------------------------------------------ int_er_OK EQU $00000000 all right int_er_ErrorInt EQU $80020000 error interrupt raised int_er_UnDef EQU $8002ffff undefined error ******************************************************************************* * Varibles ******************************************************************************* RSRESET int_CIAAICR RS.B 1 CIAA interrupt reg. int_CIABICR RS.B 1 CIAB interrupt reg. int_SizeOf RS.B 0 ******************************************************************************* * Routine Offsets ******************************************************************************* RSRESET RS.B -6 int_Init RS.B -6