q passing parameters through stackthe best scheme


Q. Passing Parameters through Stack?

The best scheme for parameter passing is through stack. It is also a standard scheme for passing parameters when assembly language is interfaced with any high level language. Parameters are pushed on stack and are referenced by using BP register in the called procedure. One significant issue for parameter passing through stack is to keep track of stack overflow and underflow to keep a check on errors. Let's revisit an example using stack for parameter passing.

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: q passing parameters through stackthe best scheme
Reference No:- TGS0328105

Expected delivery within 24 Hours