Advanced Embedded Systems Question:

Tell me what is read modify write technique?

Tweet Share WhatsApp

Answer:

☛ Read modify write is a technique used to access the ports.
☛ Here in a single instruction all the three actions are combined.
☛ Here initially the data is read from the port then modified .
☛ At last the value is written back on the port.
☛ This feature saves many lines of code and makes the process easier.

Download Advanced Embedded Systems PDF Read All 76 Advanced Embedded Systems Questions
Previous QuestionNext Question
List out some of the commonly found errors in Embedded Systems?What is parallel address space?