[][src]Type Definition assembler::ShortJmpResult

type ShortJmpResult = Result<(), ()>;

Represents the result of attempting a mnemonic with a short jump.

Will be an error if a label could be resolved and the jump exceed -127 >= < 128 bytes.

In this case, the instruction stream will be reset to where it was before the prefixes, opcodes and displacements where emitted for the Jcc instruction.