Skip to content
This repository has been archived by the owner on Jul 4, 2022. It is now read-only.

Commit

Permalink
remove rol/ror opcodes (resolves #10)
Browse files Browse the repository at this point in the history
  • Loading branch information
d1ll0n committed May 29, 2022
1 parent 41ee960 commit 1048bd4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/evm/opcodes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,4 @@ export default {
shl: "1b",
shr: "1c",
sar: "1d",
rol: "1e",
ror: "1f",
};

0 comments on commit 1048bd4

Please sign in to comment.