[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 @@
--import-asm-json - --opcodes --asm
@@ -0,0 +1 @@
Assembly Import Error: Member 'value' was not defined for instruction 'PUSH', but the instruction needs a value.
@@ -0,0 +1 @@
1
@@ -0,0 +1,5 @@
{
".code": [
{ "name": "PUSH" }
]
}