Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
06/13/11 09:32
Read: times


 
#182624 - Sort of
Responding to: ???'s previous message
Per Westermark said:
The name "vector" is actually just a special case of a one-dimensional matrix.

Actually, some people use the term as a verb: "the processor vectors to...".

a vector of instructions (that may be abused [sic] to store part of the program if that interrupt source isn't needed)

Actually, I think the spacing of the vectors in the 8051 is specifically designed so that you can fit the (start of) the handler into the vector table entry.
It's just a question of view. Some people consider both the above as interrupt vector tables. Some people consider only the table of addresses to be interrupt vector tables.

I guess most people's view is coloured by whichever type they encountered first.

You'll be able to guess which one I started with...


But the naming is irrelevant.

True - but unfortunate that the same name is used for such different things!

The important thing here is to notice the huge difference in behaviour between a processor that loads an address from a vector element, and a processor to jumps to the vector elements and expects to find instructions there.

Indeed - never assume that, just because architecture 'A' does a thing one way, any other architecture will do it the same way!


List of 15 messages in thread
TopicAuthorDate
My port does not do as my program            01/01/70 00:00      
   Tested...            01/01/70 00:00      
      Details of components            01/01/70 00:00      
         How a microprocessor/microcontroller starts...            01/01/70 00:00      
      Just a minute ...            01/01/70 00:00      
         Vectors            01/01/70 00:00      
            Difference between 8051 "Vectors" and ARM "Vectors"            01/01/70 00:00      
               All in a name            01/01/70 00:00      
                  Sort of            01/01/70 00:00      
         Vectors            01/01/70 00:00      
            There are many ways to skin the proverbial cat ...            01/01/70 00:00      
               placing an entire ISR in the space available            01/01/70 00:00      
         vectors and vectors            01/01/70 00:00      
         Startup            01/01/70 00:00      
   Found the problem !!!            01/01/70 00:00      

Back to Subject List