The @DataSize identifier is a Numeric-EquateName
created by the assembler when a .MODEL
directive is encountered, and represents the default data distance.
Depending on the currently selected memory model, the @DataSize identifier
is set to the following values:
TINY
0
SMALL
0
MEDIUM
0
COMPACT
1
LARGE
1
HUGE
2
FLAT
0