meml
Direct memory access (DOS only) in longints
Declaration
Source position: system.fpd line 104
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
Name | Description |
---|---|
mem | Direct memory access (DOS only) in bytes |
memw | Direct memory access (DOS only) in words |