Write a program using 8051 assembly language to change the data 55h stored in the lower byte of the data pointer register to AAH using rotate instruction?
3 years ago
Microprocessors
MOV DPL,#55H
MOV A,DPLRL A
LABEL :SJMP Label
Rusma Khadka
Sep 10, 2022