Constant SUB

Source
pub const SUB: Op;
Expand description

§Sub

0x21

Subtract two words.

§Stack Input

[lhs, rhs]

§Stack Output

[lhs - rhs]