[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Direct memory access (DOS only) in bytes
Source position: system.fpd line 101
var mem: array [0..$7fffffff-1] of Byte; |
mem is an array of bytes, representing the computer's memory. 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 longints |