Skip to content

Commit

Permalink
feat(evm): add push{i} opcodes (#195)
Browse files Browse the repository at this point in the history
* feat(evm): add push{i} opcodes

* refacto(evm): only 1 into in push

* fix(evm): actually return the result of the opcode

* impl suggestions
  • Loading branch information
0xLucqs committed Aug 28, 2023
1 parent ff08100 commit bb412f2
Show file tree
Hide file tree
Showing 6 changed files with 784 additions and 255 deletions.
1 change: 1 addition & 0 deletions crates/evm/src/instructions.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ mod logging_operations;
mod memory_operations;

mod push_operations;
use push_operations::PushOperationsTrait;

mod sha3;

Expand Down
Loading

0 comments on commit bb412f2

Please sign in to comment.