X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fops.asm;h=a8b87b90f4c1723929dc9d2bf8942817911cf45b;hb=HEAD;hp=472a024eb33d19c05a5d2eaba330cf46fe463905;hpb=3947cf245e051c129e15fda46120c93154b804c4;p=ia32rtools.git diff --git a/tests/ops.asm b/tests/ops.asm index 472a024..a8b87b9 100644 --- a/tests/ops.asm +++ b/tests/ops.asm @@ -34,6 +34,17 @@ loop: cdq bsf eax, ecx + call __allshl + mov edi, eax + call __allshr + bswap eax + xor ecx, eax + add eax, ecx + + repne cmpsb + setne cl + adc cl, cl + push 1 pop eax pop edi