CPE 315
Winter 2008
Lab Project #2 FAQ
Lab Project #2
- Does the 0 delimiter count as a value?
no
- What happens if I use pseudo instructions?
You can use la; if you use any others, you won't like your lab grade.
Some common pseudo instructions that people use:
li
lw $r, address
- Can I use divide to test for odd/even?
No, absolutely not.
Use only the instructions on the MIPS handout.
- What is maxint?
2147483647
- What is minint?
-2147483648
- What are input values that must be tested?
Sequences of integers in the range minint to maxint.
Don't attempt input error checking - this is 315!!!!
- What is the output if only a 0 is entered?
It's up to you; do something reasonable and correct.
Last updated 1/31/08