IFUAsm.mesa
Copyright c 1985 by Xerox Corporation. All rights reserved.
Last Edited by Curry, December 19, 1985 4:35:56 pm PST
DIRECTORY CD, CDFrame, IFUPW, IO, PW;
IFUAsm: CEDAR DEFINITIONS = 
BEGIN
ROPE:   TYPE = PW.ROPE;
RefDesign: PROC RETURNS[CD.Design];
log:   PUBLIC IO.STREAM;
ListFrameName: PROC[name: IO.ROPENIL, frame: CDFrame.Frame ← NIL] RETURNS [done: BOOL];
Complete,
PadTop,
PadCore,
PadLt,
Core,
LeftColumn,
FetchControler,
FetchIndexing,
StackControler,
StackIndexing,
StatusControl,
MainControl,
Interlock,
DataColumn,
Fetch,
FetchBuf,
XaForm,
PCFormTop,
PCFormBot,
Stack,
LSForm,
LSPipe,
ABCForm,
ABCPipe,
ControlPipe,
RightColumn,
InstrDecode,
PadRt,
PadBot: IFUPW.Frame;
END.