Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Watcom Debugger Guide - <u><<</u> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
<<
    Left shift:  The bits of the value on the left are shifted to the left
    by the amount described by the value on the right.

>>
    Right shift:  The bits of the value on the left are shifted to the right
    by the amount described by the value on the right.  If the object on the
    left is described as unsigned, the vacated high-order bits are zeroed.
     If the object on the left is described as signed, the sign bit is
    propagated through the vacated high-order bits.  The debugger treats
    registers as unsigned items.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson