[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Direct memory access (DOS only) in longints
Source position: system.fpd line 103
var meml: array [0..($7fffffffdivsizeof(longint))-1] of LongInt; |
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.
|
Direct memory access (DOS only) in words |
|
|
Direct memory access (DOS only) in bytes |