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



Back to : CoreMap.mesa_Sep78.pdf | Home

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



CoreMap.Mesa
Edited by
Sandman on April 15, 1978 5:28 PM
Barbara on June 22, 1978 2:59 PM
DIRECTORY
AltoDefs: FROM "altodefs" USING [MaxVMPage, PageNumber, PageSize],
BcdDefs: FROM "bcddefs" USING [MTHandle, MTIndex, NameRecord, NameString],
BootDefs: FROM "bootdefs",
ControlDefs: FROM "controldefs" USING [GFT, GlobalFrameHandle].
DebugData: FROM "debugdata" USING [debugPilot, ESV].
DebugMiscDefs: FROM "debugmiscdefs" USING [CommandNotAllowed. ControlDEl].
DebugUtilityDefs: FROM "debugutilitydefs" USING [
AREAD. loadStateInvalid. MREAD, SREAD].
IODefs: FROM "iodefs" USING [
CR, NumberFormat. Rubout, SP. WriteChar. Writeline, WriteNumber.
WriteOctal. WriteString].
loaderBcdUtilDefs: FROM "loaderbcdutildefs" USING [
BcdBase, EnumerateModuleTable, ReleaseBcdSeg. SetUpBcd],
loadStateDefs: FROM "loadstatedefs" USING [
BcdAddress, BcdSegFromLoadState, ConfigIndex, EnumerateLoadStateBcds.
FileSegmentHandle, InitializeRelocation, InputLoadState, ReleaseLoadState.
ReleaseRelocation, Relocation],
SegmentDefs: FROM "segmentdefs" USING [
AddressFromPage, DataSegmentHandle, DataSegmentObject, FileSegmentHandle.
FileSegmentObject, Object, ObjectHandle, ObjectType, PageCount.
PageNumber, SegmentObject],
StreamDefs: FROM "streamdefs" USING [ControlDELtyped],
StringDefs: FROM "stringdefs" USING [AppendSubString, SubStringDescriptor].
SystemDefs: FROM "systemdefs" USING [
AllocateHeapNode, AllocateHeapString, AllocateSegment, FreeHeapNode,
FreeHeapString, FreeSegment, PruneHeap];
DEFINITIONS FROM AltoDefs, SystemDefs. IODefs, SegmentDefs;
CoreMap: PROGRAM
IMPORTS DDptr: DebugData. DebugMiscDefs, DebugUtilityDefs, LoadStateDefs,
IODefs, SystemDefs, SegmentDefs. StringDefs, StreamDefs, LoaderBcdUtilDefs
EXPORTS DebugMiscDefs
SHARES SegmentDefs