minor fixes
[ia32rtools.git] / tests / ops.asm
index 472a024..a8b87b9 100644 (file)
@@ -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