Skip to content

Commit

Permalink
feat(evm): add push{i} opcodes
Browse files Browse the repository at this point in the history
  • Loading branch information
0xLucqs committed Aug 27, 2023
1 parent f49c9ef commit 9df267c
Show file tree
Hide file tree
Showing 6 changed files with 783 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 9df267c

Please sign in to comment.