CallRet

include vmm.inc

CallRet Procedure
 

Calls or jumps to the specified procedure, depending on whether the DEBUG symbol is defined. If DEBUG is defined, the macro generates a call to the procedure followed by a return instruction. Otherwise, the macro generates a jump to the procedure.

Procedure
Name of the procedure or service to call.

See Also

Log_Proc_Call