mWriteString MACRO buffer:REQ

   Writes a null-terminated string to standard output.

Parameters:

   buffer:REQ - Address of buffer containing the string.

Example:

   .data
   prompt BYTE "Enter your name: ",0

   .code
          mWriteString OFFSET prompt

Dependencies:

   Causes a call to the WriteString procedure.

Converted from CHM to HTML with chm2web Pro 2.85 (unicode)