x86 Architecture
Everything on SkillVeris tagged x86 Architecture — collected across the glossary, study notes, blog, and cheat sheets.
2 resources across 1 library
Interview Questions(2)
What is an Interrupt Vector Table?
An interrupt vector table (IVT) is an array of handler addresses indexed by interrupt or exception number, used by the CPU to jump directly to the correct hand…
What is a Software Interrupt?
A software interrupt is an interrupt deliberately triggered by executing a special CPU instruction from within a running program, most commonly to request a se…