Logo 
Search:

Assembly Language FAQ

Submit Interview FAQ
Home » Interview FAQ » Assembly LanguageRSS Feeds

Compare RET and POP

  Shared By: Bourke Fischer    Date: Nov 04    Category: Assembly Language    Views: 879

Answer:

RET

1.RET transfers the contents of the top two locations of the stack to
the PC

2.When RET is executed the SP is incremented by two

3.Has 8 conditional RETURN instructions



POP

1.POP transfers the contents of the top two locations of the stack to
the specified register pair

2. When POP is executed the SP is incremented by two

3.No conditional POP instructions

Share: 
 

Didn't find what you were looking for? Find more on Compare RET and POP Or get search suggestion and latest updates.


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


Tagged: