Microcode

circle-info

The options below appear when the Jump menu is opened from the Microcode View. In other views, the menu adapts dynamically and may show a different set of options.

Below is an overview of all actions that can be accessed from this menu.

UI Action Name
Action Name
Description

JumpEnter

Jump to the specified address.

JumpEnterNew

Jump in a new window

Return

Return to the previous saved position.

UndoReturn

Go to the next saved position.

EmptyStack

Remove everything from the jumps stack

Jump to pseudocode

hx:JumpPseudo

JumpAsk

Jump to the specified address.

JumpAnywhere

Jump to any location in the database. Jump Anywhere simplifies navigating and quick jumps to any location within the IDB. The Jump Anywhere is designed as a unified alternative to the various jump commands and as a faster successor to "Jump to address..." (JumpAsk action).

JumpName

Jump to the selected name. This command allows you to jump to a name definition by selecting it from the list of the names.

JumpFunction

Jump to the selected function. This command shows you a list of functions: you can jump to the selected one by pressing Enter.

JumpSegment

Jump to the selected segment.

JumpSegmentRegister

Jump to the selected segment register change point.

JumpQ

Jump to the selected problematic location.

JumpXref

Jump to the selected cross reference

JumpXrefFrom

Jump to a cross reference from current location

JumpOpXref

Jump to the selected cross reference to operand. This command shows you a list of cross-references to the current operand: you can jump to the selected one by pressing Enter.

JumpEntryPoint

This command shows you a list of entry points: you can jump to the selected one by pressing Enter.

JumpFileOffset

Jump to file offset. IDA will ask you for a target file offset. This command jumps to the address corresponding to this specified file offset. If this file offset corresponds to a valid address then:

Jump to link...

JumpIdaLink

MarkPosition

Remember the current position in the disassembly.

JumpPosition

Jump to the selected marked position.

ClearMark

Clear mark

Last updated

Was this helpful?