◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── Command-line error D2013 incomplete model specification Not enough characters were given for the /Astring option. Two types of options begin with /A: ■ The /Astring customized memory-model option requires three letters in <string>. The letters specify the code-pointer size, data-pointer size, and data-segment setup attributes. ■ The /Ax standard memory-model option requires one uppercase letter for <x>. CL interprets a lowercase letter as part of a customized memory-model specification. For example, the following command line causes this error: cl /As file1.c -♦-