My learning objective of experiment module 5

My learning objective of experiment module 5

by Refatunnabi Hridoy -
Number of replies: 0

Answer No:1

From experiment number 5, we basically learned many important things. Some of them are-

  1. We have learned to save any data temporarily using stack. 
  2. We have learned about the PUSH instruction which is used to save the data in a stack.
  3. We have learned about the POP instruction which is used to restore the data from a stack.
  4. We have learned about the LIFO system which is the way how data are saved and restored from the memory.
  5. We have learned about the stack pointer and the offset address of the data. 

Answer No:2

Our main phrase by using the stack segment to reuse the registers repeatedly. Because we have only four general registers (AX, BX, CX, DX) in the Assembly Language. By using the stack we can easily store any data in the stack temporarily using PUSH instruction and restore the data using POP instruction.