opnorelo.gml

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

GML
22
字号
.*
.*
.option NORELOCS
.*
.np
The "NORELOCS" option specifies that no relocation information is to
be written to the executable file.
When the "NORELOCS" option is specified, the executable file can only
be run in protected mode and will not run in real mode.
In real mode, the relocation information is required; in protected
mode, the relocation information is not required unless your
application is running at privilege level 0.
.np
The format of the "NORELOCS" option (short form "NOR") is as follows.
.mbigbox
    OPTION NORELOCS
.embigbox
.synote
.mnote NORELOCS
tells the &lnkname not to generate relocation information.
.esynote

⌨️ 快捷键说明

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