Cpu

tuktuki

Registered
How can the CPU obtain the starting address of the appropriate interrupt service routine in each case? Since different devices are likely to require different interrupt service routines, how can the CPU obtain the starting address of the appropriate routine in each case ?
 
The CPU gets the address from the initialization of the device when you first install/connect it.
 
Back
Top