Skip to content

Commit

Permalink
adding file
Browse files Browse the repository at this point in the history
  • Loading branch information
tutugordillo committed Oct 22, 2024
1 parent d3be60a commit 9041103
Showing 1 changed file with 72 additions and 0 deletions.
72 changes: 72 additions & 0 deletions examples/if/if_asm.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
{
"contracts": {
"examples/cfgs/if.cfg:object": {
".code": [
{
"name": "PUSH",
"begin": -1,
"end": -1,
"source": -1,
"value": "101"
},
{
"name": "PUSH",
"begin": -1,
"end": -1,
"source": -1,
"value": "1"
},
{
"name": "SSTORE",
"begin": -1,
"end": -1,
"source": -1
},
{
"name": "PUSH",
"begin": -1,
"end": -1,
"source": -1,
"value": "3"
},
{
"name": "PUSH",
"begin": -1,
"end": -1,
"source": -1,
"value": "3"
},
{
"name": "SSTORE",
"begin": -1,
"end": -1,
"source": -1
},
{
"name": "PUSH",
"begin": -1,
"end": -1,
"source": -1,
"value": "202"
},
{
"name": "PUSH",
"begin": -1,
"end": -1,
"source": -1,
"value": "2"
},
{
"name": "SSTORE",
"begin": -1,
"end": -1,
"source": -1
}
],
".data": {},
"sourceList": [
"examples/cfgs/if.cfg"
]
}
}
}

0 comments on commit 9041103

Please sign in to comment.