Q6Write a Program to Perform the following functions and verify the output
steps:
a. Load the number 5CH in register D
b. Load the number 9E H in register C.
c. Increment the Contents of register C by one
dAdd the contents of register C and D and Display the sum at output port1.
Answers
Answered by
10
Answer:
Program 2: LXI H : "Load HL with 4000H"; MVI M : "Store 32H in memory location pointed by HL register pair ... Program 1: LDA 2000H : "Get the contents of memory location 2000H into accumulator"; MOV B, A : "Save the ...
Similar questions