Concept Flow - Vector table structure
Reset Vector Address
Exception Vectors Start
Vectors for Exceptions:
Interrupt Vectors Continue
End of Vector Table
The vector table is a list of addresses for exception and interrupt handlers, starting with the reset vector and followed by specific exception vectors, then interrupt vectors.