Bit-Shifting in ASM
From: jex (sales_at_jexnet.com)
Date: 02/18/04
- Next message: Vivek Mohan: "Disassembler for x86/x86-64"
- Previous message: Grumble: "Re: timing"
- Next in thread: Luca: "Re: Bit-Shifting in ASM"
- Reply: Luca: "Re: Bit-Shifting in ASM"
- Reply: Spike: "Re: Bit-Shifting in ASM"
- Reply: xby: "Re: Bit-Shifting in ASM"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: Vivek Mohan: "Disassembler for x86/x86-64"
- Previous message: Grumble: "Re: timing"
- Next in thread: Luca: "Re: Bit-Shifting in ASM"
- Reply: Luca: "Re: Bit-Shifting in ASM"
- Reply: Spike: "Re: Bit-Shifting in ASM"
- Reply: xby: "Re: Bit-Shifting in ASM"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]