
This topic s related with the subject microprocessor & microcontroller. Stack is a part of RAM memory, which is used to store the data or binary information temporary for execution of program. Stack is basically worked on LIFO principal. In stack data is store by using push opcode and the data is removed from stack by using pop opcode.