Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Processes
Chapter 7 - Segment Manager


Summary of the Segment Manager

Pascal Summary

Routine

PROCEDURE UnloadSeg(routineAddr: Ptr);

C Summary

Routine

pascal void UnloadSeg(void *routineAddr);

Assembly-Language Summary

Global Variables
CurJTOffsetwordOffset to jump table from location pointed to by A5.
LoadTrapbyteIf nonzero, call _Debugger before executing routine in a newly loaded segment.
SegHiEnablebyteIf nonzero, don't call MoveHHi when loading segments.

Advanced Routine
Trap macroOn entry
_LoadSegstack: segment number (word)


Previous Book Contents Book Index Next

© Apple Computer, Inc.
17 JUN 1996