Advanced Embedded Systems Question:

Explain me in which addressing mode is the DPTR register used?

Tweet Share WhatsApp

Answer:

☛ Data pointer register is used in the indexed addressing mode.
☛ It is used in accessing data from tne look-up table entries stored in ROM.
☛ SYNTAX: MOVC A, @A+DPTR
☛ Here c means the code (shows data elements are stored in code space of ROM).
☛ The contents of A are added to 16 bit DPTR to form the 16 bit address of the needed data.

Download Advanced Embedded Systems PDF Read All 76 Advanced Embedded Systems Questions
Previous QuestionNext Question
Tell me what is the difference between microprocessor and microcontroller?What is high-end embedded processor?