Skip to content
David M. Bryson edited this page Jan 17, 2014 · 1 revision
<title>Instruction : shift-l</title>

shift-l

This instruction reads in the contents of the ?BX? register, and shifts all of the bits in that register to the left by one, placing a zero as the new rightmost bit, and trunkating any bits beyond the 32 maximum. For values that require fewer than 32 bits, it effectively multiplies that value by two.

Clone this wiki locally