Adam Thomason <[EMAIL PROTECTED]> wrote: > The recently posted sha1 and md5 programs produce incorrect answers on > amd64, at least in part because bitops on 64-bit values are screwy. > One particularly odd case:
> _main: > set I1, 0xffffffff > shl I1, I1, 32 > set I2, 0xffffffff > band I2, I2, I1 What does print I2 show here? leo