	.TITLE 
	.ENABLE LC
	.IDENT //

;
;     Description: 
;	     File: 
;	   Author: Jim Bostwick 
;	Last Edit: 15-NOV-1988 12:31:48 
;	  History: 
;		 3-AUG-1989 10:50:29 - JMB - changed location of PASMAC (again)
;
;

.REM |
{*CALL*}

Procedure (
	);External;

{*USER*

 } 

{*WIZARD*

 }

|

;
; Assemble with PASMAC.MAC as prefix file.
;

	.library /lb:[1,1]netlib.mlb/
	.MCALL 

	.include /pas$utl:PASMAC/

	PROC 
	PARAM 
	PARAM 
	PARAM 
	PARAM 
	PARAM 
	PARAM IOSB, Address

	SAVE <>
	BEGIN

	ENDPR

	.END

