Skip to content

Commit

Permalink
Fix RUNVM operands
Browse files Browse the repository at this point in the history
  • Loading branch information
hacker-volodya committed Mar 7, 2024
1 parent fd2ec0f commit 9680ac4
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion cp0.json
Original file line number Diff line number Diff line change
Expand Up @@ -20350,7 +20350,15 @@
"doc_opcode": "DB4fff",
"tlb": "#DB4 flags:(## 12)",
"prefix": "DB4",
"operands": []
"operands": [
{
"name": "flags",
"type": "uint",
"size": 12,
"min_value": 0,
"max_value": 4095
}
]
},
"value_flow": {
"doc_stack": "x_1 ... x_n n code [r] [c4] [c7] [g_l] [g_m] - x'_1 ... x'_m exitcode [data'] [c4'] [c5] [g_c]",
Expand Down

0 comments on commit 9680ac4

Please sign in to comment.