opmindat.gml
来自「开放源码的编译器open watcom 1.6.0版的源代码」· GML 代码 · 共 27 行
GML
27 行
.*
.*
.option MINDATA
.*
.np
The format of the "MINDATA" option (short form "MIND") is as follows.
.mbigbox
OPTION MINDATA=n
.embigbox
.synote
.im lnkvalue
.esynote
.np
.sy n
specifies the minimum number of bytes, in addition to the memory
required by executable image, that must be allocated by
386|DOS-Extender at the end of the loaded executable image.
If
.sy n
bytes are not available, the program will not be executed.
.np
If the "MINDATA" option is not specified, a default value of zero is
assumed.
This means that 386|DOS-Extender will load the program as long as
there is enough memory for the load image; no extra memory is
required.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?