Answer the question
In order to leave comments, you need to log in
Am I describing the logical expression correctly?
There is the following expression:
WORD - 32 bits
DWORD - 64 bits WORD[2–31] ←DWORD[5–34]
Did I describe the logic correctly?
Shift DWORD to the left by 3 bits, reset the first 2 and the last, starting from 64 to 35WORD = WORD | ((DWORD << 3) & 0x3FFFFFFFC)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question