Module push

Source
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.