Added small note about shifting.
This commit is contained in:
parent
c638f187ac
commit
b29622e238
|
@ -60,6 +60,9 @@ operation. The MIC1 only support left shifting 8, and right rotating 1:
|
||||||
<< 8
|
<< 8
|
||||||
>> 1
|
>> 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
|
### Summary
|
||||||
|
|
||||||
It is thus possible to take several different smaller parts, and combine them
|
It is thus possible to take several different smaller parts, and combine them
|
||||||
|
|
Loading…
Reference in New Issue
Block a user