sarge Moderator
Joined: 24 Sep 2002 Posts: 194
|
Posted: Sun Jul 19, 2009 1:37 pm
Post subject: Re: ImpAdLdRf
|
|
ImpAdLdRf is used to load the address of a reference, often of a module. It is the first of three steps (0x05, 0x24, 0x2D) used when you want to perform a context switch, such as calling an event in a form module, when the caller is in a basic module.
The single parameter is an index into the data pool. The data at that index is pushed onto the stack. Check out the remaining two steps, that may help.
Sarge
|
|