From a8d9035f97b8256113f1ce8e07217cb884f53223 Mon Sep 17 00:00:00 2001 From: Magamedrasul Ibragimov Date: Tue, 9 Apr 2024 18:33:21 +0300 Subject: [PATCH] feature(zkevm-circuits): implement MCOPY (#1760) --- zkevm-circuits/src/evm_circuit/execution/mcopy.rs | 1 + 1 file changed, 1 insertion(+) create mode 100644 zkevm-circuits/src/evm_circuit/execution/mcopy.rs diff --git a/zkevm-circuits/src/evm_circuit/execution/mcopy.rs b/zkevm-circuits/src/evm_circuit/execution/mcopy.rs new file mode 100644 index 0000000000..c4893bc850 --- /dev/null +++ b/zkevm-circuits/src/evm_circuit/execution/mcopy.rs @@ -0,0 +1 @@ +// MCOPY Opcode Implementation