opsmall.gml
来自「开放源码的编译器open watcom 1.6.0版的源代码」· GML 代码 · 共 31 行
GML
31 行
.*
.*
.option SMALL
.*
.np
The "SMALL" option tells the &lnkname to use the standard overlay
manager (as opposed to the dynamic overlay manager) and that near
calls can be generated to overlay vectors corresponding to routines
defined in the overlayed portion of your program.
The format of the "SMALL" option (short form "SM") is as follows.
.mbigbox
OPTION SMALL
.embigbox
.np
This option should only be specified in the following circumstances.
.autonote
.note
Your program has been compiled for a small code memory model.
.note
You are creating an overlayed application.
.note
The code in your program, including overlay areas, does not exceed
64K.
.endnote
.np
If the "SMALL" option is not specified and you are creating an
overlayed application, the linker will generate far calls to overlay
vectors.
In this case, your application must have been compiled using a big
code memory model.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?