What was your learning from this experiment module?
ANSWER:
At first i have learned how to print characters, strings and integers using assembly language. And finally I was able to understand in detail ,LEA destination, source
LEA(load effective address) puts a copy of source offset address to destination
LEA DX,MSG puts the offset address of variable MSG into DX.
I can run this language program .
Thank you sir