-- MiscOps.mesa; edited by Sandman on June 30, 1980 9:32 AM -- Copyright Xerox Corporation 1979, 1980 MiscOps: DEFINITIONS = BEGIN -- Debugger Bitmap BitmapPages: CARDINAL = 99; debuggerBitmap: LONG POINTER; AllocateDebuggerBitmap: PROCEDURE [nPages: CARDINAL]; ReleaseDebuggerBitmap: PROCEDURE; bypassExec: BOOLEAN; bypassMsg: STRING; END...