opdynami.gml
来自「开放源码的编译器open watcom 1.6.0版的源代码」· GML 代码 · 共 23 行
GML
23 行
.*
.*
.option DYNAMIC
.*
.np
The "DYNAMIC" option tells the &lnkname to use the dynamic overlay
manager.
The format of the "DYNAMIC" option (short form "DYN") is as follows.
.mbigbox
OPTION DYNAMIC
.embigbox
.np
Note that the dynamic overlay manager can only be used with
applications that have been compiled using the "of" option and a big
code memory model.
The "of" option generates a special prologue/epilogue sequence for
procedures that is required by the dynamic overlay manager.
See the compiler User's Guide for more information on the "of"
option.
.np
For more information on the dynamic overlay manager,
see the section entitled :HDREF refid='useover'..
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?