Expand description
This module contains the encoders for the jmp instruction group.
Functions§
- encode_
imm8 ⚠ - Short jump to RIP-relative address. Takes 2 bytes only.
- encode_
imm32 ⚠ - Long jump to RIP-relative address. Takes 5 bytes.
- encode_
rm64 ⚠ - Jump to 64-bit register or memory.