[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Direct memory access (DOS only) in words
Source position: system.fpd line 102
var memw: array [0..($7fffffffdivsizeof(word))-1] of Word; |
memw is an array of words, representing the computer's memory as 2-byte words. 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 bytes |
|
|
Direct memory access (DOS only) in longints |