mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-07-26 06:53:56 +00:00
Initial Commit
This commit is contained in:
24
thirdparty/capstone/tests/details/evm.yaml
vendored
Normal file
24
thirdparty/capstone/tests/details/evm.yaml
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
test_cases:
|
||||
-
|
||||
input:
|
||||
bytes: [ 0x60, 0x61, 0x50 ]
|
||||
arch: "evm"
|
||||
options: [ CS_OPT_DETAIL ]
|
||||
address: 0x0
|
||||
expected:
|
||||
insns:
|
||||
-
|
||||
asm_text: "push1 61"
|
||||
details:
|
||||
evm:
|
||||
push: 1
|
||||
fee: 3
|
||||
groups: [ EVM_GRP_STACK_WRITE ]
|
||||
-
|
||||
asm_text: "pop"
|
||||
details:
|
||||
evm:
|
||||
pop: 1
|
||||
fee: 2
|
||||
groups: [ EVM_GRP_STACK_READ ]
|
||||
|
Reference in New Issue
Block a user