CS 2734
Computer Organization II
FAQ
March 12, 1998
Question
What do you mean by:
"You may not have any additional public functions or public
variables, but you may add functions or variables that are not
visible outside the file to assist in the implementation."
i.e., Where do we put these functions?
Answer
You put them in the file, but they must be prefaced by the word
static so that they cannot be called from outside the file.
January 16, 1998: Where can I learn more about hardware?
The Indispensable PC Hardware Book by Hans-Peter Messmer,
2nd Ed. Addison-Wesley, 1995 is a great reference book.
Revision Date: 3/12/98