Code execution question.


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


  Does identical computation implie indentical values of only the
  memory-address identifiers and not the registers?

You probably want to review the second sentence in the fourth paragraph of the
Computational Model Section, the sentence that begins "Notice that the final
contents...".

  Is the start state always from the begining of the block, or can it be from
  some arbitrary point in the block?

Execution is strictly and completely sequential: start at the beginning of a
block, execute to the end of the same block, then stop. No gotos, skips,
breaks, continues, or anything like that. The assignment page has been updated
to make this clear.



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