This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

C5510 Interrupt Vector Table format in assembly



I've downloaded the code from my C5510 and am trying to better understand the vector table located at 0xFFFF00.  At 0xFFFF00 I have EAFF but that doesn't address anything at all in my code.  (I also have what looks like 3 more address that don't really go anywhere from what I can tell.)

I don't think I understand what should be at 0xFFFF00 or how it works.  I expected it to point to entry points in the code after interrupts or at least to a table that had that information.

Can someone shed some light on this?