a1200   NEWS   APPS   DOCS   ABOUT
a1200
----
a1200
----
Autodocs
 Resources:
 cia.resource
  AbleICR
  AddICRVector
  RemICRVector
  SetICR
Include
GuruMeditation
Docs » Autodocs » cia.resource » RemICRVector

NAME

	RemICRVector -- Detach an interrupt handler from a CIA bit.

SYNOPSIS

	RemICRVector( Resource, iCRBit, interrupt )
A6 D0 A1
void RemICRVector( struct Library *, WORD, struct Interrupt *);

FUNCTION

	Disconnect interrupt processing code for a particular
interrupt bit of the CIA ICR.
This function will also disable the CIA interrupt for the
given ICR bit.

INPUTS

	iCRBit          Bit number to set (0..4).
interrupt Pointer to interrupt structure.

RESULT

NOTES

	The CIA resources are special in that there is more than one
of them in the system. Because of this, the C language stubs
in amiga.lib for the CIA resources require an extra parameter
to specify which CIA resource to use. The synopsis for the
amiga.lib stubs is as follows:
RemICRVector( Resource, iCRBit, interrupt )
A6 D0 A1
void RemICRVector( struct Library *, WORD, struct Interrupt *);

SEE ALSO

cia.resource/AddICRVector()

Comments

Name:
E-mail: Use this if you want a message if you get a response, will not be shown.
Comment:
Select correct short for:

Red Sector Inc.

SPB
ATX
TSL
RSI

Comments:

$VER: d0.se 1.14 Copyright © 2011-2024 Tobias Geijersson support at d0 dot se