opfilchr.gml

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

GML
24
字号
.*
.*
.option FILLCHAR
.*
.np
The "FILLCHAR" option (short form "FILL") specifies the byte value used to
fill gaps in the output image.
.mbigbox
    OPTION FILLCHAR=n
.embigbox
.synote
.im lnkvalue
.esynote
.np
.sy n
specifies the value to be used in blank areas of the output image.
The value must be in the range of 0 to 255, inclusive.
.np
This option is most useful for raw binary output that will be programmed
into an (E)EPROM where a value of 255 (0xff) is preferred. The default
value of
.sy n
is zero.

⌨️ 快捷键说明

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