View previous topic :: View next topic |
Author |
Message |
ravikumar_sri2001 Beginner

Joined: 06 Dec 2002 Posts: 117 Topics: 44 Location: Chennai,India
|
Posted: Sun Jun 04, 2006 10:42 pm Post subject: Dynamic call in Assembler |
|
|
Hi Gurus,
How "Dynamic calls" are achieved in Assembler ?.
Thanks,
Ravikumar. |
|
Back to top |
|
 |
semigeezer Supermod
Joined: 03 Jan 2003 Posts: 1014 Topics: 13 Location: Atlantis
|
Posted: Mon Jun 05, 2006 12:51 am Post subject: |
|
|
See the LINK, LOAD, XCTL, DELETE and/or ATTACH macros. |
|
Back to top |
|
 |
shekar123 Advanced
Joined: 22 Jul 2005 Posts: 528 Topics: 90 Location: Bangalore India
|
Posted: Mon Jun 05, 2006 2:44 am Post subject: |
|
|
ravikumar_sri2001,
You can code Dynamic calls in Assembler using:
1.Link Macro
2.Load ,BALR and DELETE
Dynamic Call Using LINK
The LINK macro is used to dynamically call a subprogram that is called only once. The LINK macro loads the subprogram into main storage when the call is made and then releases the subprogram before control is passed back to the calling program. For this reason LINK should be used if the subprogram will only be called once during program execution.
The following are the responsibilities of the calling program:
_________________ Shekar
Grow Technically |
|
Back to top |
|
 |
ravikumar_sri2001 Beginner

Joined: 06 Dec 2002 Posts: 117 Topics: 44 Location: Chennai,India
|
Posted: Mon Jun 05, 2006 7:39 am Post subject: |
|
|
Thank you very much gurus.
Thanks,
Ravikumar. |
|
Back to top |
|
 |
esemviswa Beginner
Joined: 05 Jun 2006 Posts: 1 Topics: 0
|
Posted: Mon Jun 05, 2006 8:01 am Post subject: |
|
|
ravikumar_sri2001 wrote: | Thank you very much gurus.
Thanks,
Ravikumar. | Thanks Ravi.. Viswanathan S.M 8) |
|
Back to top |
|
 |
|
|