Input code complexity question.


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


  Can the input be very complex, such as in

    move r0 a
    + r0 b
    * r0 c
    / r0 d
    move a r0

You haven't said how you measure complexity, but however you do it, the
answer's probably yes:

  A code block can have an arbitrary number of statements.

  A code block can use all the registers.

  A code block can use all the operations (but only one per instruction).



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