Feedback on module 5

Feedback on module 5

by Faijam Maciat Dipu -
Number of replies: 0

1.What was your learning from this experiment module?

ANS- i have learnt how  data is stored  using stack, how data is saved using PUSH, how data is restored using POP, OFFSET address, STACK POINTER, LAST IN FIRST OUT SYSTEM.

2.why we use stack segment?

ANS-The segment registers stores the starting addresses of a data. To get the exact location of data or instruction within a segment, an offset value is required. To reference any memory location in a segment, the processor combines the segment address in the segment register with the offset value of the location.