include vmm.inc mov al, Char ; debugging option VMMcall Get_Debug_Options |
The Get_Debug_Options service sets the zero flag if the given character was specified as a command-line debugging option when Windows was started.
This service is available during initialization only.
Char
Specifies the debugging option to check for.
If the zero flag is set, the character was specified on the command line.
This service has no effect in the retail version of Windows. It is intended to be used with the debugging version.
Flags