ID Number: Q26837
5.00
MS-DOS
buglist5.00 fixlist5.00a
Problem:
If a macro with a null body is called, the line containing the call is
not output to the LST file. This occurs under all .?ALL directives in
effect. The following is an example:
mac macro
endm
.model small
.code
def: mac ;Using default
.XALL
unex: mac ;Using .XALL
.SALL
uses: mac ;Using .SALL
.LALL
usel: mac ;Using .LALL
end
Response:
Microsoft has confirmed this to be a problem in Version 5.00. This
problem was corrected in MASM Version 5.00a. Please contact Microsoft
Product Support Services at (206) 646-5109 to obtain the MASM Version
5.00a update.