X86-assembly/Instructions/jo

From aldeid
Jump to navigation Jump to search
You are here:
jo

Description

  • The jo instruction is a conditional jump that follows a test.
  • It jumps to the specified location if the previous instruction sets the overflow flag (OF).

Syntax

jo location

Example

INCOMPLETE SECTION OR ARTICLE
This section/article is being written and is therefore not complete.
Thank you for your comprehension.

Comments