ldbegin.gml

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

GML
22
字号
.*
.*
.dirctv BEGIN
.*
.np
The "BEGIN" directive is used to define the start of an overlay area.
The "END" directive is used to define the end of an overlay area.
An overlay area is a piece of memory in which overlays are loaded.
All overlays defined between a "BEGIN" directive and
the corresponding "END" directive are loaded into that overlay area.
.keep
.np
The format of the "BEGIN" directive (short form "B") is as follows.
.mbigbox
    BEGIN
.embigbox
.np
The format of the "END" directive (short form "E") is as follows.
.mbigbox
    END
.embigbox

⌨️ 快捷键说明

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