Skip to content

Commit 72693a7

Browse files
committed
Reorder opcodes for DATA*
1 parent 079b1e1 commit 72693a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/evmone/instructions_opcodes.hpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,9 @@ enum Opcode : uint8_t
164164
OP_SWAPN = 0xb6,
165165

166166
OP_DATALOAD = 0xb7,
167-
OP_DATASIZE = 0xb8,
168-
OP_DATACOPY = 0xb9,
169-
OP_DATALOADN = 0xba,
167+
OP_DATALOADN = 0xb8,
168+
OP_DATASIZE = 0xb9,
169+
OP_DATACOPY = 0xba,
170170

171171
OP_CREATE = 0xf0,
172172
OP_CALL = 0xf1,

0 commit comments

Comments
 (0)