Altera_Forum
Honored Contributor
14 years agoRegarding Exception Vector
Hi, this is sundaram from University of Waterloo. I don't understand what exception vector is completely. My understanding goes something like this. Exception Vector is the place where the executable section of the code begins. For Example, the executable code, the read-only data, the read-write data, the heap are all dynamically mapped onto the memory from the exception vector. if this understanding of mine is right, I have a quick question regarding all this. Is there a way to find how much memory each of these regions occupies?
And this question is more important: is there a way to change the exception address for a cpu at run time? or is there a way to find where the Program counter of the cpu currently is?