macro_rules! gas { ($interpreter:expr, $gas:expr) => { ... }; ($interpreter:expr, $gas:expr, $ret:expr) => { ... }; }
Records a gas cost and fails the instruction if it would exceed the available gas.
gas