Logo 
Search:

Assembly Language FAQ

Submit Interview FAQ
Home » Interview FAQ » Assembly LanguageRSS Feeds

Define stack and explain stack related instructions

  Shared By: Joshua Bouchard    Date: Dec 23    Category: Assembly Language    Views: 2925

Answer:

The stack is a group of memory locations in the R/W memory that is used for the temporary storage of binary information during the execution of the program. The stack related instructions are PUSH & POP

Share: 
 

Didn't find what you were looking for? Find more on Define stack and explain stack related instructions Or get search suggestion and latest updates.


Your Comment
  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].


Tagged: