What was your learning from this experiment module?

What was your learning from this experiment module?

by MDZAHID HASAN JOY -
Number of replies: 0

We have learned from this module how to print single character, string and number. Learned about LEA.

LEA instruction: 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. Then I learned how to print our name and student ID.