CS 2734
Computer Organization II
Laboratory 10 is designed to acquaint you with the MIC-1 simulator. Prior to the laboratory do the following:
/opt/xtango is in your
PATH. Execute setenv PATH
variable to verify that this is the case.
sim.
/usr/local/courses/cs2734/micsim
to your sim subdirectory.
mic.doc file and read it over.
runmic
f(0) = 1
f(1) = 1
f(n) = f(n-1) + f(n-2)
The result should go into the accumulator. (Please use iteration
rather than trying to write a recursive program.)
Revision Date: 3/30/97