/*
 *
 * asscmpl  Version 2.0  22MAY84
 *
 * This include file is included by the "code" subtree or "main"
 *  depending on whether _sasd is defined or not defined respectively.
 *
 */
/*
 * TNIX/UNIX Version
 * Keyshell Version Number 2
 */

#ifdef _sasd
f1;assemble;
#else
f2;assemble;
#endif

#ifdef _asm
	[assemble];
#else
	{
>
>ColorKey+ is not currently setup with keys for the assembler.
>To add them, run \usetksh\n and build a new custom configuration if 
>Tektronix assemblers are available at your site. 
>
	msg (^Displaying message.), sly (history off), sly (shiftkey 4),
	sly (history on), msg, break;
	};
#endif

#ifdef _sasd
f2;compile;
#else
f3;compile;
#endif

#ifdef _compiler
#if (_compiler == 1)
#ifdef _pascal
#if (_micro==_8086uP || _micro==_8087uP || _micro==_80186uP || _micro==_80187uP)
	[pascal86];
#else
	[pascal];
#endif
#else
#ifdef _c
	[c];
#endif
#endif
#else
	[compile];
#endif
#else
	{
>
>ColorKey+ is not currently setup with keys for the compiler.
>To add them, run \usetksh\n and build a new custom configuration if 
>Tektronix compilers are available at your site. 
>
	msg (^Displaying message.), sly (history off), sly (shiftkey 4),
	sly (history on), msg, break;
	};
#endif
