memw
Direct memory access (DOS only) in words
Declaration
Source position: system.fpd line 103
var
memw : Array[0..($7fffffffdivsizeof(word))-1] of Word;
Description
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.
See also
Name | Description |
---|---|
mem | Direct memory access (DOS only) in bytes |
meml | Direct memory access (DOS only) in longints |