optoggle.gml
来自「开放源码的编译器open watcom 1.6.0版的源代码」· GML 代码 · 共 25 行
GML
25 行
.*
.*
.option TOGGLERELOCS
.*
.np
The "TOGGLERELOCS" option is used with LX format executables under
32-bit DOS/4G only.
.ix 'internal relocation'
.ix 'relocation' 'internal'
The "INTERNALRELOCS" option causes the &lnkname to include internal
relocation information in DOS/4G LX format executables.
Having done so, the linker normally clears the "internal fixups
done" flag in the LX executable header (bit 0x10).
The "TOGGLERELOCS" option causes the linker to toggle the value of
the "internal fixups done" flag in the LX executable header (bit
0x10).
This option is used with DOS/4G non-zero based executables.
Contact Tenberry Software for further explanation.
.np
The format of the "TOGGLERELOCS" option (short form "TOG") is as
follows.
.mbigbox
OPTION TOGGLERELOCS
.embigbox
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?