segregs.gml
来自「开放源码的编译器open watcom 1.6.0版的源代码」· GML 代码 · 共 11 行
GML
11 行
All of the segment registers must contain valid values.
Failure to do so will cause a segment violation when running
in protect mode.
If you don't care about a particular segment register, then it
can be set to 0 which will not cause a segment violation.
The function
.kw segread
can be used to initialize
.arg seg_regs
to their current values.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?