More assignment 2 questions.


R. Clayton (rclayton@monmouth.edu)
(no date)


  Can each instruction within the same block have different identifiers, or it
  will be similar to your example? For example, can the input be

      move r0 a
      move r0 b
      * r0 c

  or will it be

     move r0 a
     move r1 a
     * r0 r1

I'm not sure I understand the question, but the generic answer to input
questions is "The input can be anything at all, and your program has to be
ready to handle it."

  Can a constant be a numerical value?

You probably want to review the Computational Model Section of the assignment,
particularly the parts that discuss what src represents. You can also look at
the message with the subject "Assignment 2 questions", available in you
mailbox, the hypermail archive, and the class newsgroup.



This archive was generated by hypermail 2.0b3 on Fri May 09 2003 - 15:30:05 EDT