PEXTRB ( dest src imm -- )
CPU x86 assembler

Prev:MOVSX ( dst src -- )


Vocabulary
cpu.x86.assembler

Inputs
destdestination
srcsource
immimmediate


Outputs
None

Word description
Packed extract byte. This instruction copies the byte selected by 'imm' into the first eight bits of the selected register.

Definition