X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fops.asm;h=a8b87b90f4c1723929dc9d2bf8942817911cf45b;hb=ee554c95296119b6b8d82856fbb09ffb8c9dc419;hp=7bb0ea05529e83f812ec18d91cef59a13f8f7a32;hpb=622eb2eff8349fa0a6675ce3213ab8f8fb1c1798;p=ia32rtools.git diff --git a/tests/ops.asm b/tests/ops.asm index 7bb0ea0..a8b87b9 100644 --- a/tests/ops.asm +++ b/tests/ops.asm @@ -35,8 +35,15 @@ loop: 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