This is an old revision of the document!
Corning Community College
CSCS2650 Computer Organization
To get the project:
lab46:~/src/comporg$ grabit comporg pnc1
Wrapper Script Format:
#!/bin/bash ## ## interpreter ${0}.ext ${*} exit 0
Pnc0 was so that we could review the baseline scripts.
Pnc1 is the same skeleton as the pnc0 directory.
(primeregbs recommended) - gets the job done in a reasonable amount of time.
Pick one of the five programs you did in pnc0 and implement it in any 5 different languages
languages in lab46:
Put each of these in their own directory. Example: Javascript implementation in js/, python implementation in python/
Put your primeregbs or whichever program you picked, and put it in each gcc directory (gccO0, gccO1, etc.), compile with the Makefile in each of these directories
See how it runs with pncrun for each compiler.