$ .title	null -- program to do nothing .ident	/101/ ; 0 ;	This program does nothing.  The reason we need+ ;	it is explained in the source listing for  ;	TAE$OLB:TASK.CNP file. ;  go:: 	.word 	movl #1, r0 	ret .end	go 