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 26, 2023
1 parent df84292 commit e486d11
Show file tree
Hide file tree
Showing 6 changed files with 789 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 e486d11

Please sign in to comment.