Service Manuals, User Guides, Schematic Diagrams or docs for : xerox mesa 4.0_1978 listing Mesa_4_Utilities Commander.mesa_Sep78
<< Back |
HomeMost service manuals and schematics are PDF files, so You will need Adobre Acrobat Reader to view : Acrobat Download
Some of the files are DjVu format. Readers and resources available here : DjVu Resources
For the compressed files, most common are zip and rar. Please, extract files with Your favorite compression software ( WinZip, WinRAR ... ) before viewing.
If a document has multiple parts, You should download all, before extracting.
Good luck. Repair on Your own risk. Make sure You know what You are doing.
Image preview - the first page of the document
>> Download Commander.mesa_Sep78 documenatation <<Text preview - extract from the documentCommander.mesa 2-Sep-78 14:40:55 Page 1
-- Commander.mesa; edited by Snndman, May 5, 1978 11:40 AM
DIRECTORY
CommanderDefs: FROM "commanderdefs",
ControlDefs: FROM "controldefs",
FrameDefs: FROM "framedefs",
InlineDefs: FROM "inlinedefs",
ImageDefs: FROM "imagedefs",
IODefs: FROM "iodefs",
MiscDefs: FROM "miscdefs",
RectangleDefs: FROM "rectangledefs",
SegmentDefs: FROM "segmentdefs",.
StreamDefs: FROM "streamdefs",
StringDefs: FROM "stringdefs",
SystemDefs: FROM "systemdefs";
DEFINITIONS FROM StringDefs, CommanderDefs, IODefs;
Commander: PROGRAM [herald: STRING]
IMPORTS ImageDefs, IODefs, StreamDefs, StringDefs, SystemDefs
EXPORTS CommanderDefs ..
BEGIN
GlobalFrameHandle: TYPE = ControlDefs.GlobalFrameHandle;
CommandItem: TYPE = RECORD [
cb: CommandBlockHandle,
link: POINTER TO CommandItem];
StringItem: TYPE = RECORD [
link: POINTER TO StringItem,
string: STRING];
commandHead: POINTER TO CommandItem ~ NIL;
stringHead: POINTER TO StringItem ~ NIL;
SyntaxError: ERROR = CODE;
Help: SIGNAL = CODE;
BadName: ERROR = CODE;
BadParam: ERROR [type: ParamType] .. CODE;
GetDebugger: PROCEDURE ..
BEGIN
MiscDefs.CallDebugger[NIl];
END;
Load: PROCEDURE [name: STRING]
◦ Jabse Service Manual Search 2026 ◦ Jabse Pravopis ◦ onTap.bg ◦ Other service manual resources online : Fixya ◦ eServiceinfo