Unit 'System' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

meml

Direct memory access (DOS only) in longints.

Declaration

Source position: system.fpd line 107

var meml: array [0..($7fffffffdivsizeof(longint))-1] of LongInt;

Description

memw is an array of longints, representing the computer's memory as 32-bit signed integers. This array is available only when compiling for the Dos Go32V2 target. It's use is not recommended, and it is not even available on other platforms.

See also

memw

  

Direct memory access (DOS only) in words.

mem

  

Direct memory access (DOS only) in bytes.


Documentation generated on: Jul 24 2023