Virtual Devices (3.1) (vdag31qh.hlp) (Table of Contents; Topic list)
End_Touch_1st_Meg
                                                     Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
include debug.inc
 
End_Touch_1st_Meg
 
The End_Touch_1st_Meg macro disables the first 1 megabyte of memory for the
current virtual machine. Virtual devices use this macro in conjunction with
the Begin_Touch_1st_Meg macro to examine and modify addresses in the first
megabyte. This macro is intended to be used for debugging.
 
This macro has no parameters.
 
Return Value
 
This macro has no return value.
 
Comments
 
This macro does not generate code unless the DEBUG symbol is defined. If the
macro generates code, the code calls the Disable_Touch_1st_Meg service.
 
See Also
 
Begin_Touch_1st_Meg, Disable_Touch_1st_Meg