[libevmasm] Add support to import evm assembly json.

This commit is contained in:
Alexander Arlt
2023-09-20 12:54:17 +02:00
committed by r0qs
parent cc7a14a61d
commit fbec7c5a31
89 changed files with 4181 additions and 136 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" }
]
}