Johnny, On Mar 31, 2011, at 12:28 PM, Johnny Chen wrote: > + let shift{4} = 0; // Inst{4} = 0 Why are assigning to shift{4} rather than to Inst{4}? The latter is consistent with how we handle this in other places. --Owen