.MODEL

Initializes the program memory model.

.MODEL memorymodel [[, langtype]] [[, stackoption]]

Remarks

The memorymodel can be TINY, SMALL, COMPACT, MEDIUM, LARGE, HUGE, or FLAT. The langtype can be C, BASIC, FORTRAN, PASCAL, SYSCALL, or STDCALL. The stackoption can be NEARSTACK or FARSTACK. stackoption is not allowed if memorymodel is FLAT.

See Also

Concepts

Directives Reference