finote11.gml

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

GML
24
字号
.np
With these shift functions,
.id n
must be a non-negative integer.
In an arithmetic shift,
.id j
is considered a signed integer.
In the case of a left shift, zeros are shifted into the right
and bits shifted out of the left are lost.
In the case of a right shift, zeros are shifted into the left if
.id j
is positive and ones if
.id j
is negative.
Bits shifted out of the right are lost.
.np
If
.id n
is equal to 0, no shift is performed.
Note that the arguments are not modified.
.np
These functions are compiled as in-line code unless they are passed as
arguments.

⌨️ 快捷键说明

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