mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-27 08:10:07 +08:00
7 lines
118 B
NASM
7 lines
118 B
NASM
|
%iassign OWORD_size 16 ; octo-word
|
||
|
%idefine sizeof(_x_) _x_%+_size
|
||
|
|
||
|
%define ptr eax+sizeof(oword)
|
||
|
|
||
|
movdqa [ptr], xmm1
|