CS-341 Assignment 7
Assignment 7
  Exercise A.34.  Also, design a 4-bit register that performs one
  of the following operations on each clock pulse, depending on the
  settings of S1 and S0:
  
  
    | S1 S0 | Operation | 
    | 0  0 | No Change | 
    | 0  1 | Increment by 1 | 
    | 1  0 | Increment by 2 | 
    | 1  1 | Increment by 4 | 
Due Date
  This homework is to be done on paper, and must be brought to
  class on Friday, October 26.
  
  See the [ Course Administration
  Page ] for information on the homework policy for this
  course.