include debug.inc
Mono_Out_At Row, Column, String, nocrlf
Calls the Set_Mono_Cur_Pos service to position the cursor, then calls the Out_Mono_String service to display the given string.
The assembler generates code for the macro only if the DEBUG constant is defined before including the DEBUG.INC file.
The following example writes a string starting at the position (10,10) on the secondary display device:
Mono_Out_At 10,10,"Element not found"
Out_Mono_String, Set_Mono_Cur_Pos