Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

Commit

Permalink
update TLoad and TStore opcode
Browse files Browse the repository at this point in the history
  • Loading branch information
chengxuncc authored Sep 11, 2023
1 parent 813b6b6 commit 8286bda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions huff_utils/src/evm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -678,6 +678,8 @@ impl Opcode {
Opcode::Msize => "59",
Opcode::Gas => "5a",
Opcode::Jumpdest => "5b",
Opcode::TLoad => "5c",
Opcode::TStore => "5d",
Opcode::Push0 => "5f",
Opcode::Push1 => "60",
Opcode::Push2 => "61",
Expand Down Expand Up @@ -748,8 +750,6 @@ impl Opcode {
Opcode::Log2 => "a2",
Opcode::Log3 => "a3",
Opcode::Log4 => "a4",
Opcode::TLoad => "b3",
Opcode::TStore => "b4",
Opcode::Create => "f0",
Opcode::Call => "f1",
Opcode::Callcode => "f2",
Expand Down

0 comments on commit 8286bda

Please sign in to comment.