Previous: Calling Conventions To the Table of Content Next: Pascal Language Structure

- 2.1.3 -
TMT Pascal Language Description
Implementation Issues

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: Calling Conventions To the Table of Content Next: Pascal Language Structure
Calling Conventions Table of Content Pascal Language Structure

- 2.1.3 -