Skip to content

Commit

Permalink
Reorder opcodes for DATA*
Browse files Browse the repository at this point in the history
  • Loading branch information
axic committed Mar 28, 2023
1 parent 079b1e1 commit 72693a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/evmone/instructions_opcodes.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,9 @@ enum Opcode : uint8_t
OP_SWAPN = 0xb6,

OP_DATALOAD = 0xb7,
OP_DATASIZE = 0xb8,
OP_DATACOPY = 0xb9,
OP_DATALOADN = 0xba,
OP_DATALOADN = 0xb8,
OP_DATASIZE = 0xb9,
OP_DATACOPY = 0xba,

OP_CREATE = 0xf0,
OP_CALL = 0xf1,
Expand Down

0 comments on commit 72693a7

Please sign in to comment.