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