Jump to content

Darwin Amulet

Resident
  • Posts

    2
  • Joined

  • Last visited

Reputation

0 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Okay. i think now i got it WHY he seperated the bits from 11 up and 3 down. and i learned how to use this useful function. Thats worth a kudos Thanks a bunch!
  2. I recently got a piece of code which does the following: it combines a few integers via bitshift to one integer. Thats nothing really troublesome. but then it takes this integer and sends it out into the linkset like this: bitwise_integer & 0x7F8 now whats the 0x7F8 for? i know it has some purpose. and i know the person who initially wrote the code also reverts it back. but how? many thanks in advance
×
×
  • Create New...