jump()

Updated: April 19, 2023

Jump to the specifed in address in memory

Synopsis:

void jump (unsigned long addr)

Arguments:

addr
The address in memory to which execution should jump.

Description:

The jump() function jumps to the specified address in memory.

Returns:

None