[libevmasm] Add support to import evm assembly json.

This commit is contained in:
Alexander Arlt
2023-07-12 17:48:48 +02:00
parent 69c034b1c0
commit 108490e630
57 changed files with 1099 additions and 63 deletions
@@ -0,0 +1 @@
--optimize --import-asm-json - --opcodes --asm
@@ -0,0 +1 @@
Option --optimize is not supported with --import-asm-json.
@@ -0,0 +1 @@
1
@@ -0,0 +1,6 @@
{
".code": [
{ "name": "DIFFICULTY" },
{ "name": "PREVRANDAO" }
]
}