ID Number: Q49699
5.10
MS-DOS
docerr
Summary:
Page 89 of the "Microsoft Macro Assembler 5.0 for the MS-DOS Operating
System: Programmer's Guide" incorrectly states that the name is
ignored if given with small or compact models.
With .MODEL SMALL or .MODEL COMPACT, the name for code segments is not
ignored, but does produce the following error:
A2063: Operand Combination Illegal
On the other hand, .MODEL MEDIUM inserts a _text or append an _text to
a name.