Option -m: Select Memory Model
Option -m generates a line containing a .MODEL directive to
select a memory model.
Syntax is:
- -m[t|s|m|c|l|h|f]
where the value behind 'm' means:
- t = tiny
- s = small
- m = medium
- c = compact
- l = large
- h = huge
- f = flat
This option is ignored if a 64-bit output format (-win64 or -elf64)
is active.