Bit-Shifting in ASM

From: jex (sales_at_jexnet.com)
Date: 02/18/04


Date: Wed, 18 Feb 2004 19:03:27 +0000 (UTC)

Hello,

I was wondering if there is a command in assembly that can shift the
bits of a given binary string to the left. For example, the string
11100000 would become 11000001.

1110 -> 1101
0001 -> 0010
0000 -> 0000

and so on...

Can this be done in assembly? Thank you,
Dustin