repo.or.cz
/
nasm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
preproc: Fix the token in expanding the %+/%- macro-parameters
[nasm.git]
/
test
/
xpaste.asm
blob
cb9945889a3ffe7531f8e4ba72f1c82116b27f6c
1
%
iassign OWORD_size
16
; octo-word
2
%
idefine sizeof
(
_x_
)
_x_
%+
_size
3
4
%
define
ptr eax
+
sizeof
(
oword
)
5
6
movdqa
[
ptr
],
xmm1