Microsoft KB Archive/40572

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 17:56, 18 July 2020 by 3155ffGd (talk | contribs) (importing KB archive)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Knowledge Base


Versions of MASM Prior to 6.0 Do Not Support Flat Model

Article ID: 40572

Article Last Modified on 10/17/2003



APPLIES TO

  • Microsoft Macro Assembler 4.0
  • Microsoft Macro Assembler 5.0
  • Microsoft Macro Assembler 5.1 Standard Edition



This article was previously published under Q40572

SUMMARY

The Microsoft Macro Assembler (MASM) versions 5.1 and earlier do not support programming in the flat model. They support only the small, medium, compact, and large memory models. The flat model was introduced in MASM version 6.0 to support OS/2 2.0.

The flat model is a memory model based on the Intel 80386 chip which supports full 32-bit addressing and segments greater than 64K. For more information on the flat model, consult the MASM 6.0 "Programmer's Guide" or Intel's "80386 Programmer's Reference Manual."


Additional query words: kbinf 4.00 5.00 5.10

Keywords: KB40572