DEBSOURCES
Skip Quicknav
sources / yasm / 1.3.0-8 / modules / preprocs / nasm / tests / nasmpp-decimal.asm
1234567891011121314
%macro testConcat 0 %push ctx %assign %$x 0 %rep 8 movd eax, mm%$x %assign %$x %$x+1 %endrep %pop %endmacro testConcat