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: Memory /
Chapter 3 - Virtual Memory Manager / Virtual Memory Manager Reference
Routines / Virtual Memory Debugger Support Routines


DebuggerPoll

To poll for keyboard input, use the DebuggerPoll procedure.

PROCEDURE DebuggerPoll;
DESCRIPTION
Call the DebuggerPoll procedure, which you can use even if interrupts are disabled, to poll for keyboard input.

ASSEMBLY-LANGUAGE INFORMATION
The trap macro and routine selector for the DebuggerPoll procedure are
Trap macro Selector
_DebugUtil$0003

The registers on entry and exit for this routine are
Registers on entry
D0Selector code
Registers on exit
D0Result code


Previous Book Contents Book Index Next

© Apple Computer, Inc.
3 JUL 1996