Search:

Type: Posts; User: rcgldr

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,468

    He needs the spare bits since he's trying to...

    He needs the spare bits since he's trying to implement rotate, <<= or >>= won't help in this case.
  2. Replies
    4
    Views
    1,468

    You should probably pick better names than...

    You should probably pick better names than high_byte and low_byte in the rotate left and right functions, since they are using integers, not bytes. Also the shift count you are using for "low_byte"...
Results 1 to 2 of 2