The @Model identifier is a Numeric-EquateName
created by the assembler when a .MODEL
directive is encountered, and is set to a unique value for each memory
model.  The values are as follows:
 
TINY 
 1
SMALL 2
COMPACT3
MEDIUM 4
LARGE 5
HUGE 6
FLAT 7