Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.27 KB

ml-error-messages.md

File metadata and controls

46 lines (31 loc) · 1.27 KB
description title ms.date ms.topic f1_keywords helpviewer_keywords ms.assetid
Learn more about: ML Error Messages
ML Error Messages
12/17/2019
error-reference
vc.errors.ml
MASM (Microsoft Macro Assembler), ML error messages
e7e164b3-6d65-4b5b-8925-bfbebc043523

ML Error Messages

The error messages generated by MASM components fall into three categories:

  • Fatal errors. These indicate a severe problem that prevents the utility from completing its normal process.

  • Nonfatal errors. The utility may complete its process. If it does, its result is not likely to be the one you want.

  • Warnings. These messages indicate conditions that may prevent you from getting the results you want.

All error messages take the following form:

Utility: Filename (Line) : {Error_type} (Code): Message_text

where:

Utility
The program that sent the error message.

Filename
The file that contains the error-generating condition.

Line
The approximate line where the error condition exists.

Error_type
Fatal Error, Error, or Warning.

Code
The unique 5- or 6-digit error code.

Message_text
A short and general description of the error condition.

See also

Microsoft Macro Assembler reference