标签: assembly x86 cpu interrupt
例如,键盘上的按键是按下,导致CPU产生硬件中断,CPU向中断控制器发送确认。在中断过程阶段,CPU如何根据键盘上的按键知道要运行哪个中断服务程序?