mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-10-10 00:25:06 -04:00
7 lines
130 B
NASM
7 lines
130 B
NASM
bits 32
|
|
vpextrw ecx,xmm0,8 ; c5 f9 c5 c8 08
|
|
vpextrw ecx,xmm2,3 ; c5 f9 c5 ca 03
|
|
|
|
bits 64
|
|
vpextrw rcx,xmm0,8 ; c5 f9 c5 c8 08
|