

InterviewSolution
Saved Bookmarks
1. |
Which is the concatenated register of MC68HC11?(a) D(b) X(c) IP(d) DII got this question in my homework.Question is taken from Microcontroller of Embedded System in chapter Embedded System of Embedded Systems |
Answer» RIGHT ANSWER is (a) D The best explanation: The MC68HC11 architecture is similar to that of the 6800 and has two 8 bit accumulators referred to as registers A and B.They are CONCATENATED to provide a 16-bit double accumulator CALLED REGISTER D. |
|