Constant SHRI

Source
pub const SHRI: Op;
Expand description

§ShrI

0x27

Arithmetic shift right by number of bits.

§Stack Input

[lhs, rhs]

§Stack Output

[lhs >> rhs]

§Panics

  • Number of bits is negative.
  • Number of bits is greater than a Word.