Expand description
This module contains the encoders for the push instruction group.
Functions§
- encode_
imm8 ⚠ - Push 8-bit immediate onto the stack (sign-extended).
- encode_
imm16 ⚠ - Push 16-bit immediate onto the stack (sign-extended).
- encode_
imm32 ⚠ - Push 32-bit immediate onto the stack (sign-extended).
- encode_
reg64 ⚠ - Push 64-bit register onto the stack.
- encode_
rm64 ⚠ - Push 64-bit register or memory onto the stack.