??? 09/04/10 09:40 Modified: 09/04/10 10:12 Read: times |
#178438 - Bible, FAQ, and Tutorial time! Responding to: ???'s previous message |
The generic description of the 8051 architecture can be found in the so-called "bible" for the 8051 - links here: http://www.8052.com/faqs/120112
Note that there is a whole section on Interrupts in the FAQ. You should probably also take time to review the Tutorials - they also contain a whole chapter on Interrupts! http://www.8052.com/tutint.phtml The operation of the interrupts - including the hardware-generated LCALL that reads from the Vector Table - is described on p 15 (the last page) of Chapter 1, "80C51 Family Architecture" See also p 16 of Chapter 3, "80C51 Family Hardware Description" Vector addresses are shown on p 6 of Chapter 2, "80C51 Family Programmer’s Guide and Instruction Set" Note that the so-called "Vector Table" in the 8051 differs from the "Vector Table" in x86, ARM, etc: To put it another way: Thus it could be argued that the 8051's is not a true Vector table... |
Topic | Author | Date |
interrupts | 01/01/70 00:00 | |
Bible, FAQ, and Tutorial time! | 01/01/70 00:00 |