nn::gr::CTR::CommandBufferJumpHelper::Jump Member Function

Syntax

void Jump(
     uptr subroutine,
     size_t subroutineSize
);

Parameters

Name Description
in subroutine Address of the command buffer to jump to.
in subroutineSize Size of the command buffer to jump to.

Return Values

None.

Description

Generates a series of commands to jump to a different command buffer.

Generates a command to jump to the specified address.
Includes adjusting the buffer size and writing the kick command.

Also, a kick command to Channel 1 must be stored at the end of a command buffer that you execute as a subroutine.

See Also

nn::gr::CTR::CommandBufferJumpHelper::FinalizeJump

Revision History

2012/06/26
Initial version.

CONFIDENTIAL