Skip to main content

Module push

Module push 

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