include vmm.inc
mov al, Char ; character to write
VMMCall Out_Debug_Chr
Writes a character to the debugging device. Uses EAX.
This service has no effect in the retail version of Windows. It is intended to be used with the debugging version.
Out_Debug_String