Changes

Jump to navigation Jump to search
m
routine or function
Line 5: Line 5:  
The interrupt number is the index into the interrupt vector table.
 
The interrupt number is the index into the interrupt vector table.
   −
The interrupt vector table is a table of function pointers, each vector pointing to an interrupt.
+
The interrupt vector table is a table of function pointers, each vector pointing to an interrupt routine or function.
    
The function pointed to by the interrupt vector table index is called upon execution of the INT XX instruction, where XX usually represents a [[hexadecimal]] value.
 
The function pointed to by the interrupt vector table index is called upon execution of the INT XX instruction, where XX usually represents a [[hexadecimal]] value.
69

edits

Navigation menu