#include <revolution/rso.h> void RSOMakeJumpCode(const RSOObjectHeader *rsoExp, void *buff);
| rsoExp | Pointer to the module information to reference. |
|---|---|
| buff | Pointer to the jump code destination. |
None.
Creates a jump code required by the RSOLinkJump function.
The buffer size required for jump code output is obtained with RSOGetJumpCodeSize.
Typically, allocate the buffer from MEM2 if the referenced module is in MEM1, and from MEM1 if the referenced module is in MEM2. (This should be the case when the buffer is necessary.)
RSOLinkJump, RSOGetJumpCodeSize
2008/07/10 Removed RSOLink.h from Syntax.
2006/12/19 Initial version.
CONFIDENTIAL