Hades logoHades applet banner
shifters

applet icon

The image above shows a thumbnail of the interactive Java applet embedded into this page. Unfortunately, your browser is not Java-aware or Java is disabled in the browser preferences. To start the applet, please enable Java and reload this page. (You might have to restart the browser.)

Circuit Description

A demonstration of the RTLIB shift operators (hades.models.rtlib.arith.ShiftLeft, ShiftRightLogic, and ShiftRightArith). All components are set to 8-bit bus-width; the input and output components are set to binary display mode to make the bit-shifts explicit.

Unlike the bit-rotation operators, the shift-left operator fills the shifted word with zero-bits. The logic shift-right operator (SRL) also fills the shifted word with zero-bits, while the arithmetic shift-right operation copies the topmost (sign) bit of the original operand value. In two's complement encoding, this means that the output value of the arithmetic shift-right operation has the same sign as the input operand. The symbols used for the shift-operators use the Java notation, << for shift-left, >> for the standard arithmetic shift-right, and >>> for logic shift-right (unsigned).

Click the input switch (again, shift-click to decrement, control-click for U and Z) or type the 'a' bindkey to control the circuit.

Print version | Run this demo in the Hades editor (via Java WebStart)
Usage | FAQ | About | License | Feedback | Tutorial (PDF) | Referenzkarte (PDF, in German)
Impressum http://tams.informatik.uni-hamburg.de/applets/hades/webdemos/50-rtlib/10-components/shift.html