Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 469 Bytes

File metadata and controls

26 lines (18 loc) · 469 Bytes
fork Frontier
group Comparison & Bitwise Logic Operations

Stack input

  1. Integer: first value.
  2. Integer: second value.

Stack output

  1. Integer: the bitwise OR result.

Examples

Input Output * Input Output
0xF0 0xFF * 0xFF 0xFF
0xF * 0xFF

Error cases

The transaction is reverted in those cases:

  • Not enough gas.
  • Not enough values on the stack.