FIX: Assembling with /Sg May Cause A2075 Error (75275)



The information in this article applies to:

  • Microsoft Macro Assembler (MASM) 6.0

This article was previously published under Q75275

SYMPTOMS

When attempting to generate a listing file with /Fl and /Sg, the Microsoft Macro Assembler (MASM) version 6.0 generates A2075 errors (jump destination too far : by xxx byte(s)).

RESOLUTION

To work around the problem, either avoid the use of /Sg or use the /Sa option instead.

STATUS

Microsoft has confirmed this to be a problem in MASM version 6.0. This problem was corrected in MASM version 6.0a.

Modification Type:MajorLast Reviewed:10/20/2003
Keywords:kbfix KB75275