RSOMakeJumpCode

Syntax

#include <revolution/rso.h>

void RSOMakeJumpCode(const RSOObjectHeader *rsoExp, void *buff);

Arguments

rsoExp Pointer to the module information to reference.
buff Pointer to the jump code destination.

Return Values

None.

Description

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.)

See Also

RSOLinkJump, RSOGetJumpCodeSize

Revision History

2008/07/10 Removed RSOLink.h from Syntax.
2006/12/19 Initial version.


CONFIDENTIAL