Chapter 10 Flashcards
What is unsigned number range
0->65535
What is signed number range
-32768->+32767
Is -40 data is signed
Yes
What are 4 shift instructions
- shift logical right
- shift logical left
- shift arithmetic right
- shift arithmetic left
What are 4 rotate instructions
- rotate right
- rotate left
- rotate through carry right
- rotate through carry left
What is last bit of signed bit
it holds its magnitude +/-, not number
Does shift logical right and shift arithmetic right belongs to division
Yes
Does dropping a zero bit can not cause any difference
Yes. There is no difference.
What DD directive do
It reserves 32bit space in memory
What is ADC
Add with carry
Can we do extended addition, subtraction and multiplication
Yes
What are bitwise logical operations
AND, OR, XOR, NOT
What is masking
The effect of applying this operation on the destination with mask in the source is to clear the desired bits.
How we can test bits
Selective bits testing