shift right cannot cause an overflow.
This commit is contained in:
parent
08b9482ac7
commit
f2c8e42f95
|
@ -634,7 +634,7 @@ GROUP 3 \- INTEGER ARITHMETIC
|
||||||
RMI \*w : Remainder (*)
|
RMI \*w : Remainder (*)
|
||||||
NGI \*w : Negate (two's complement) (*)
|
NGI \*w : Negate (two's complement) (*)
|
||||||
SLI \*w : Shift left (*)
|
SLI \*w : Shift left (*)
|
||||||
SRI \*w : Shift right (*)
|
SRI \*w : Shift right
|
||||||
.DE
|
.DE
|
||||||
|
|
||||||
.DS
|
.DS
|
||||||
|
|
Loading…
Reference in a new issue