Skip to main content

encode_rm8_reg8

Function encode_rm8_reg8 

Source
pub const unsafe fn encode_rm8_reg8(
    rm8: GPROrMemory,
    reg8: GPR,
) -> EncodedX86_64Instruction
Expand description

Subtract 8-bit register from 8-bit register or memory.

§Safety

It is the caller’s responsibility to ensure that the operands are valid. Otherwise the behavior is undefined.