Virtual Devices (3.1) (vdag31qh.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Is_Debug_Chr
                                                     Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
include vmm.inc
 
VMMcall Is_Debug_Chr
jz      no_character            ; Z set if no character available
 
mov     byte ptr [Char], al     ; character from debugging device
 
The Is_Debug_Chr service checks for a character from the debugging device.
 
This service has no parameters.
 
Return Value
 
If the zero flag is clear, the AL register contains the character from the
debugging device. The zero flag is set if no character is available.
 
Comments
 
This service has no effect in the retail version of Windows. It is intended
to be used with the debugging version.
 
Uses
 
EAX, Flags
 
See Also
 
In_Debug_Chr