Text preview for : DebugTable.mesa_Sep78.pdf part of xerox DebugTable.mesa Sep78 xerox mesa 4.0_1978 listing Mesa_4_Debug DebugTable.mesa_Sep78.pdf



Back to : DebugTable.mesa_Sep78.pdf | Home

DebugTable.mesa 2-Sep-78 15:32:14 Page 1



DebugTable.Mesa;
Edited by:
Sandman on March 12. 1978 11:29 AM
Barbara on May 15. 1978 10:21 AM
DIRECTORY
BinaryDefs: FROM "binarydefs" USING [CommandTab].
CommandDefs: FROM "commanddefs" USING [
CommandName. ErrorCode. FTPCode. rCode. IDCode. Signal Code].
CommandTabDefs: FROM "commandtabdefs" USING [DSRptr].
IODers: FROM "iodefs" USING [WriteChar].
MiscDefs: FROM "miscdefs" USING [DestroyFakeModule].
SegmentDefs: FROM "segmentdefs" USING [
FileSegmentAddress. FileSegmentHandle. SwapIn. Unlock].
StringDefs: FROM "stringdefs" USING [SubString. SubStringDescriptor];
DebugTable: PROGRAM
IMPORTS BinaryDefs. IODefs. MiscDefs. SegmentDefs
EXPORTS CommandOefs