mirror of
https://github.com/netwide-assembler/nasm
synced 2026-08-26 16:23:04 -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
|