X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fops.asm;fp=tests%2Fops.asm;h=7bb0ea05529e83f812ec18d91cef59a13f8f7a32;hb=622eb2eff8349fa0a6675ce3213ab8f8fb1c1798;hp=472a024eb33d19c05a5d2eaba330cf46fe463905;hpb=fe18df39aa9dc0a3afc5a7474a27698672eceeca;p=ia32rtools.git diff --git a/tests/ops.asm b/tests/ops.asm index 472a024..7bb0ea0 100644 --- a/tests/ops.asm +++ b/tests/ops.asm @@ -34,6 +34,10 @@ loop: cdq bsf eax, ecx + call __allshl + call __allshr + bswap eax + push 1 pop eax pop edi