winspvar.gml

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

GML
37
字号
.chap Special Variables for Windows Programming
.*
.begnote
.note __A000
.ix 'selector' '__A000'
.ix '__A000'
A selector for addressing the real-mode segment 0xA000.
.note __B000
.ix 'selector' '__B000'
.ix '__B000'
A selector for addressing the real-mode segment 0xB000.
.note __B800
.ix 'selector' '__B800'
.ix '__B800'
A selector for addressing the real-mode segment 0xB800.
.note __C000
.ix 'selector' '__C000'
.ix '__C000'
A selector for addressing the real-mode segment 0xC000.
.note __D000
.ix 'selector' '__D000'
.ix '__D000'
A selector for addressing the real-mode segment 0xD000.
.note __E000
.ix 'selector' '__E000'
.ix '__E000'
A selector for addressing the real-mode segment 0xE000.
.note __F000
.ix 'selector' '__F000'
.ix '__F000'
A selector for addressing the real-mode segment 0xF000.
.note LocalPtr
.ix 'selector' 'LocalPtr'
.ix 'LocalPtr'
The selector for the supervisor's data area.
.endnote

⌨️ 快捷键说明

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