CS 2734
Computer Organization II
vi - for editingmake - for compiling programslint - for checking consistencymail - for sending mailrn or tin - for reading newsnetscape - for accessing the world wide web
cs2734/assembly
directory in your ringer account:
mkdir cs2734
cd cs2734
mkdir assembly
cs2734/assembly
directory copy a certain tar file as follows:
cd ~/cs2734/assembly
cp ~cs3733s/cs2734/cs2734assembly.tar.gz .
gunzip cs2734assembly.tar.gz
tar -xvf cs2734assembly.tar
You should have subdirectories:
calc
passaddr
passvalue
returnvalue
prtext.
(Be sure that you only print source and not executables, e.g.
.c files and .m files.)
Bring all of your printouts to class on Friday, August 30.
passvalue directory, execute make,
and then run the resulting executable.
cd passvalue
make
simple