#####################################################################
# 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
archlabb.{ps,pdf} 	Lab writeup

Typing "tar xvf y86.tar" will create a directory ./sim/ that contains
all of the files that you will need. In this part you will be
modifying ./sim/seq/seq-full.hcl to add the iaddl and leave
instructions.

