Programming Assignment 9:  Hamming Codes


/******************************************************************************
 *  Approximate number of hours to complete this assignment
 ******************************************************************************/

Number of hours:



/******************************************************************************
 *  Which simulator did you use to develop your TOY programs?
 *  TOY.java or Visual X-TOY 7.1 (the toy.jar)?
 ******************************************************************************/




/******************************************************************************
 *  Use the the table below to help your design of encode.toy.  This will help
 *  you think about how you plan to use and/or re-use the Toy registers as you
 *  implement these Toy programs. Describe what, if anything, you use each of the
 *  registers for in encode.toy.
 ******************************************************************************/
Register:              Purpose:
-------------------------------------------------------------------------------
R[1]:
R[2]:
R[3]:
R[4]:
R[5]:
R[6]:
R[7]:
R[8]:
R[9]:
R[A]:
R[B]:
R[C]:
R[D]:
R[E]:
R[F]:


/******************************************************************************
 *  Use the the table below to help your design of decode.toy.  This will help
 *  you think about how you plan to use and/or re-use the Toy registers as you
 *  implement these Toy programs. Describe what, if anything, you use each of the
 *  registers for in decode.toy.
 ******************************************************************************/
Register:              Purpose:
-------------------------------------------------------------------------------
R[1]:
R[2]:
R[3]:
R[4]:
R[5]:
R[6]:
R[7]:
R[8]:
R[9]:
R[A]:
R[B]:
R[C]:
R[D]:
R[E]:
R[F]:


/******************************************************************************
 *  Did you encounter any serious problems? If so, please describe.
 ******************************************************************************/
 
Yes or no?

  
 
 
/******************************************************************************
 *  Write any other comments here.
 ******************************************************************************/


