Package nachos

Class Summary
Debug This class contains debugging methods for generating user-selectable debugging printout and for placing assertions in the code that terminate execution and print debugging messages when they fail.
Statistics This class defines the statistics that are to be kept about Nachos behavior -- how much time (ticks) elapsed, how many user instructions executed, etc.
 

Exception Summary
Debug.AssertException Exception used to terminate Nachos when an assertion fails.