Logo 
Search:

Assembly Language FAQ

Submit Interview FAQ
Home » Interview FAQ » Assembly LanguageRSS Feeds

Compare CALL and PUSH instructions

  Shared By: Zara Hughes    Date: Jul 03    Category: Assembly Language    Views: 1892

Answer:

CALL

1.When CALL is executed the microprocessor automatically stores
the 16-bit address of the instruction next to CALL on the stack.

2.When CALL is executed the stack pointer is decremented by
two


PUSH

1.PUSH The programmer uses the instruction to save the contents
of the register pair on the stack

2. When PUSH is executed the stack pointer is decremented
by two

Share: 
 

Didn't find what you were looking for? Find more on Compare CALL and PUSH 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: