Generate trace of events during compilation in 
		syslist.wto 
	 
 
  
 
	 Syntax:
 
		 
		Format 1: 
		
 
		TRACE{5|7|8|9|#nnnnn}
 
		Format 2: 
		
 
		NOTRACE
 
	  
 
	 Parameters:
 
		 
		 
		   
			 - 5 
			 
 
 
			 - Each macro line is traced. 
			 
 
 
		   
		   
			 - 7 
			 
 
 
			 - All virtual and physical input/output is traced. 
			 
 
 
		   
		   
			 - 8 
			 
 
 
			 - All tokens are traced. 
			 
 
 
		   
		   
			 - 9 
			 
 
 
			 - Program calls and temporary memory usage are traced. 
			 
 
 
		   
		   
			 - #nnnnn 
			 
 
 
			 - A level 9 trace for just statement 
				nnnnn is generated. 
			 
 
 
		   
		
 
	  
 
	 
 
	 Build Settings:
 
		 
		Type directly into the 
		  Additional Directives field on the 
		  Assembler tab of your project properties 
		  Assembler page. 
		
 
	  
 
	 Comments:
 
		 
		The traces are cumulative, and so can become voluminous.