What's the difference between Software-Generated Interrupt and Software-Generated Exception?
- 阅读更多 关于 What's the difference between Software-Generated Interrupt and Software-Generated Exception?
问题 I am reading the Intel Manual 3A Chapter 6 Interrupt and Exception Handling. Interrupt and Exception have 3 sources respectively. For Software-Generated Interrupt, it says: The INT n instruction permits interrupts to be generated from within software by supplying an interrupt vector number as an operand. For example, the INT 35 instruction forces an implicit call to the interrupt handler for interrupt 35. Any of the interrupt vectors from 0 to 255 can be used as a parameter in this