mov rcx, 1 rep vmovups ymm0, ymm0
I found a bug, nasm don't detect this error (not mov):Code: [Select] mov rcx, 1 rep vmovups ymm0, ymm0In manual of intel it's false but even so by curiosity I run this block of code and it crash (unfortunately x) )
I run this block of code and it crash (unfortunately x) )