Added small note about shifting.

This commit is contained in:
Jon Michael Aanes 2015-12-18 18:20:42 +01:00
parent c638f187ac
commit b29622e238

View File

@ -60,6 +60,9 @@ operation. The MIC1 only support left shifting 8, and right rotating 1:
<< 8
>> 1
It is very important to note that the N and Z flip-flops are set after the ALU
operation, not after eventual shifting.
### Summary
It is thus possible to take several different smaller parts, and combine them