LOCAL Requires Language Specifier on .MODEL (75247)
The information in this article applies to:
- Microsoft Macro Assembler (MASM) 6.0
This article was previously published under Q75247 SUMMARY
The LOCAL directive used inside a procedure requires a language
specifier on the .MODEL directive in the Microsoft Macro Assembler
(MASM) versions 5.1 and 5.1a, and in the Microsoft QuickAssembler
versions 2.01 and 2.51. If a language is not specified on the PROC
line, the warning
A4001: Extra characters on line
will be generated by MASM 5.1 and 5.1a. The error
A2135: feature requires language specifier on .MODEL
will be generated by QuickAssembler 2.01 and 2.51.
Modification Type: | Major | Last Reviewed: | 10/22/2003 |
---|
Keywords: | KB75247 |
---|
|