Previous: 2.1.2. Calling Conventions To the Table of Contents Next: 2.2. Pascal Language Structure
2.1.2. Calling Conventions Table of Contents 2.2. Pascal Language Structure

- 2.1.3. -
Table of Contents
2. TMT Pascal Language Description
2.1. Implementation Issues
2.1.3. Limitations


2.1.3. Limitations


  1. Mark and Release are not implemented.
  2. The Inline operator is implemented in a partial form:
      Inline (byte/byte/...);
    References to variables/constants are not allowed.
  3. Import of object modules does not support all 32-bit object formats. We recommend using TASM which is fully supported, except the usage of SEG addresses.
  4. Complex type is not implemented.
  5. Constants of Extended type are not supported.
  6. The reserved word Packed has no effect (ignored) in TMT Pascal. Use $OA: Objects and Structures Align Switch to switch on or switch off objects and structures alignment.



Previous: 2.1.2. Calling Conventions To the Table of Contents Next: 2.2. Pascal Language Structure
2.1.2. Calling Conventions Table of Contents 2.2. Pascal Language Structure

- 2.1.3. -