Write a program to mov the data 02 to register A , 04 to register B , add them and store the result to register c
Answers
Answered by
0
Answer:
thanks for fjfi ex carved
Answered by
1
Answer:
Copy data from register B to memory location 10H using direct addressing. MOV 0FO, ... c. with a loop ... (b) MOV A,#55H ;load A with value 55H ... Use instruction MOVC, “C” means code.
Similar questions