- 2.2.9.8. -
Table of Contents
2. TMT Pascal Language Description
2.2. Pascal Language Structure
2.2.9. Statements
2.2.9.8. Mem, MemW, MemL, and MemD Statements
2.2.9.8. Mem, MemW, MemL, and MemD
Statements
TMT Pascal implements four predefined arrays to directly access memory:
Mem, MemW, MemL, and MemD.
- Each component of Mem is a Byte
- Each component of MemW is a Word
- Each component of MemL is a Longint.
- Each component of MemD is a DWORD.
See also:
Memory Organization
- 2.2.9.8. -