mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-07-24 10:25:42 -04: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
|