Fall 2000

Project 3: Disassembler

CS61C

Files:

project README:
proj3.pdf

Project policy:

You may work in groups of two students(partners don't have to be in the same lab section), But be sure to indicate your partner on your project submission. Project is due on Friday, Oct 6 by 11:59pm.

Getting started:

Make a directory called proj3
from your proj3 dir, type

gmake setup -f ~cs61c/proj3/Makefile

Project Submission:

Make sure you are in the proj3 directory
type in

submit proj3

You only need to submit the disassemble.c file.

Feedback:

Please send your comments about the content and the format of project 3 to: cs61c-ts@cory.eecs.berkeley.edu

Last updated: 9/22/00 by Steve V
Solution