opfarcal.gml

来自「开放源码的编译器open watcom 1.6.0版的源代码」· GML 代码 · 共 28 行

GML
28
字号
.*
.*
.option FARCALLS
.*
.np
The "FARCALLS" option tells the &lnkname to optimize Far Calls.
This is the default setting for &lnkname.
The format of the "FARCALLS" option (short form "FAR") is as follows.
.mbigbox
    OPTION FARCALLS
.embigbox
.np
The "NOFARCALLS" option turns off Far Calls optimization.
The format of the "NOFARCALLS" option (short form "NOFAR") is as
follows.
.mbigbox
    OPTION NOFARCALLS
.embigbox
.np
.ix 'default directive file' 'wlink.lnk'
.ix 'wlink.lnk' 'default directive file'
You can specify the "NOFARCALLS" option in the default directive
files :FNAME.wlink.lnk:eFNAME. or :FNAME.wlsystem.lnk:eFNAME. if
required.
.*
.im wlinklnk
.*

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?