#) Program-01
Write a program to store data type 32H into memory location.
MVI A, 32H : store 32H in the accumulator.
STA 2000H : copy accumulator content to memory location.
HLT : stop
#) Program-01
Write a program to store data type 32H into memory location.
MVI A, 32H : store 32H in the accumulator.
STA 2000H : copy accumulator content to memory location.
HLT : stop