@CodeSize Indicates code size Predefined equate
The @CodeSize symbol indicates the default size of a code pointer in
the current memory model. It's set to 0 for the memory models that use
NEAR code pointers (TINY, SMALL, FLAT, COMPACT, TPASCAL), and 1 for
memory models that use FAR pointers (all others).