#####################################################################
# CS:APP Architecture Lab Part B
#
# Copyright (c) 2002, R. Bryant and D. O'Hallaron, All rights reserved.
# May not be used, modified, or copied without permission.
#
######################################################################

Files:

Makefile		Use this to handin your solution
README			This file
y86.tar			Y86 simulators
archlabc.{ps,pdf} 	Lab writeup

Typing "tar xvf y86.tar" will create a directory ./sim/ that contains
all of the files that you will need.  You will do all your work in
the directory sim/pipe.  You will be modifying the files pipe-full.hcl
and ncopy.ys.




